Lazy Loading in C#

added by rcash
11/6/2011 2:07:42 PM

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