152 Views
“Lazy Loading”, the art of providing the data only when the property is called for, is an on demand loading. It is a efficient technique to improve the performance.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
“Lazy Loading”, the art of providing the data only when the property is called for, is an on demand loading. It is a efficient technique to improve the performance.