.Net Framework 4.0: Using System.Lazy<T>(weblogs.asp.net)
submitted by
gpeipman(3145) 3 years ago
.Net Framework 4.0 provides us with a new class called Lazy<T>. As documentation sais then Lazy<T> 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.
|category: C#
|Views: 95
tags:
C# another
Everyones tags:
Your Tags: