DotNetStories
This is going to be the ninth post of a series
of posts regarding ASP.Net and the Entity Framework and
how we can use Entity Framework to access our
datastore. You can find the first one here,
the second one here , the third one here , the
fourth one here, the fifth one here ,the sixth one here ,the
seventh one here
and the eighth one
here.
In this post I would like to talk about LINQ to SQL and
its native lazy loading functionality. I will show you
how you can change this behavior. We will create a
simple ASP.Net application to demonstrate this.