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 ADO .NET entity framework 4.0