Similar articles
DotNetShoutout - Latest published stories
Entity Framework and Lazy Loading
Some of you may have come across a situation where you’ve created your model and found that one of the properties is null when you were expecting a value. This article explains how lazy loading works ...
ASP.NET Weblogs
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." Here Bruno explains clearly how lazy loading works in terms of&nbs...
DotNetShoutout - Latest published stories
Creating a Generic Entity Framework 4.0 Repository
With .NET 4.0 right around the corner, I thought it would be cool to download Visual Studio 2010 beta 2 and start playing around with the next release of Entity Framework. The initial release of Entit...