By dotCore
via dotnetfunda.com
Published: Jun 29 2010 / 10:50
In .NET 4.0 a new set of classes are introduced to defer the creation of expensive objects when not in use. In this article, I have discussed how you can use Lazy classes to ensure that every object is created only when it is required.
Add your comment