Lazy Loading in C#
Lazy Loading is a technique that delays the initialization of an object. This is a new feature of C# 4.0.
Continue readingLazy Loading is a technique that delays the initialization of an object. This is a new feature of C# 4.0.
Continue reading