Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

Why no AutoResetEventSlim in BCL?

Is GMT same as UTC? [duplicate]

How to handle hierarchical routes in ASP.NET Web API?

Visual Studio 2010 debug not starting, F5 or click on "Play" not working, not doing anything. Waiting 2-3 minutes solves the issue

EPPlus - Read Excel Table

c# excel c#-4.0 epplus epplus-4

an attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed

.net c#-4.0

Strange behaviour when using dynamic types as method parameters

dynamic c#-4.0

The directory '/website/App_Code/' is not allowed because the application is precompiled

Why is an ExpandoObject breaking code that otherwise works just fine?

c# c#-4.0 dynamic

Fluent NHibernate - Create database schema only if not existing

Comparing nullable DateTime?

c# c#-4.0 datetime

EF Code First - Include(x => x.Properties.Entity) a 1 : Many association

Anders Hejlsberg's C# 4.0 REPL

Join list of string to comma separated and enclosed in single quotes

Avoid Adding duplicate elements to a List C#

Why does field declaration with duplicated nested type in generic class results in huge source code increase?

c# .net c#-4.0 generics nested

how to force netwtonsoft json serializer to serialize datetime property to string?

asp.net c#-4.0 json.net

Forcing named arguments in C#

Create Json dynamically in c#

c# asp.net json c#-4.0 json.net

Difference between List<T> and LinkedList<T>

c# c#-4.0