December 2010
3 posts
2 tags
Null-coalescing operator
I just discovered that the null coalescing operator exists in the .net framework since 2.0 and it took me until 4.0 to discover it. What a waste of time and code…
1 tag
So far, only one pitfall from using Entity Framework Code First : poco object are proxied in a new object, and then all GetType() functions return the wrong type