A Smarter Entity Framework Include Method

One of the things I have always disliked about Entity Framework and their support for LINQ is that while your whole LINQ statement is compile time »

Interesting Extension Hack To Get Around NullReferenceException's

Today I came across an interesting extension pattern that I didn't know how the runtime would react. Normally when you do something like the following: string »