6
Shouts

Lazy Loading in C# 4.0

published 684 days, 17 minutes ago posted by dharadhara 685 days, 6 hours, 37 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 10:54:41 AM GMT

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

category: Web Dev | clicked: 67 | | source: beyondrelational.com | show counter code
tags: .NET, C#, ASP.NET