Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

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

compare two list and return not matching items using linq

c# linq list c#-4.0

Reset System.Lazy

c#-4.0

FirstOrDefault() result of a struct collection?

linq c#-4.0 struct

Xml file not copying to test output directory

Using a custom type discriminator to tell JSON.net which type of a class hierarchy to deserialize

c#-4.0 json.net

Does not contain a constructor that takes 0 arguments

c#-4.0 inheritance

Will the dynamic keyword in C#4 support extension methods?

How to "let" in lambda expression?