Quantcast
Channel: Entity Framework – InfoCraft
Viewing all articles
Browse latest Browse all 4

Entity Framework Eager Loading

$
0
0

So I REALLY hate the way that Entity Framework does the Eager Loading system. One of the biggest things gained from EF over legacy ADO was the fact that queries have compile-time checking. With the .Include(string s) method, we end up back in the same place we started.

I’m hoping things are fixed when .Net 4.0 finally releases.


Viewing all articles
Browse latest Browse all 4

Trending Articles