Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Check which certificate is bound to an asp.net site from within site

c# asp.net iis ssl

Can't detect '#' as special key (Regex Asp.net)

How to reach full CodeCoverage? Free Blocks through Exception

Generated file with protobuf-net for c# is different a little from the same file generated in C++

Removing part of a namespace across entire project

c# namespaces refactoring

Convert projects to .Net 4.5 ( that uses TPL)

Disable an item in the Dropdownlist in my MVC3

Unreachable Code Detected Return Value

c# asp.net-mvc

C# Generics, casting generic list to known parent class?

Open text file, loop through contents and check against

c# io openfiledialog

How to re-ask for input in try catch statement

c#

What to use for scheduling a .NET Application to run daily?

javascript/jquery modal popup dialog MVC 4 / render partial view

How do I add 3 bytes and return an integer number?

c# int byte int32

multiple threads in for each loop

c# multithreading

Deleting a child entity in a many-to-one relationship using POCO in EF4 CTP5

c# entity-framework-4 poco

Ideas on logic/algorithm and how to prevent race in threaded writes to SqlServer

What library do I need to reference for remote connection to RDC server from console app?

c# remoting .net-remoting

Custom grid LINQ to SQL

c# linq linq-to-sql

(?,?...?) or (@field1,@field2...@fieldn) in parmeterized queries?

c# sql parameters odbc paradox