Implicit Lazy Loading vs Explicit Lazy Loading

Posted by Tarik on Stack Overflow See other posts from Stack Overflow or by Tarik
Published on 2010-04-04T08:14:30Z Indexed on 2010/04/04 8:23 UTC
Read the original article Hit count: 857

Filed under:
|
|
|

I've been reading Entity Framework and people were crying over why there was not implicit lazy loading or something. Basically I've been searching things about Lazy Loading and now I know what it is : It is a design pattern which allows us to load objects when they are really needed.

But what is the difference between Explicit Lazy Loading and Implicit Lazy Loading.

Thanks in advance...

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#