Error!
Success!

.Net Framework 4.0: Using System.Lazy<T>

0
kicks

.Net Framework 4.0: Using System.Lazy&lt;T&gt;  (Unpublished)

.Net Framework 4.0 provides us with a new class called Lazy&lt;T&gt;. As documentation sais then Lazy&lt;T&gt; provides support for several common patterns of lazy initialization, including the ability to initialize value types and to use null values. So it is construct that helps us implement lazy loading.


Kicked By:
Drop Kicked By: