Contents tagged with ADO.NET Entity Framework
-
ADO.NET Entity Framework and .NET 4
A very simple step-by-step blog post on ADO.NET Entity Framework and .NET 4.
-
Lazy loading in Entity framework
What is lazy loading object? As per Martin Fowler, "An object that doesn't contain all of the data you need but knows how to get it."