Error!
Success!

Lazy Loading in C# 4.0

0
kicks

Lazy Loading in C# 4.0  (Unpublished)

Lazy loading is a pattern which delay initialization of object. C# 4.0 introduced new class which defers the creation of expensive objects when not in use. In this article I’ll explain the use of Lazy<T> class. Suppose we have Customer class and...


Kicked By:
Drop Kicked By: