What is lazy initialization?
Ans. Lazy initialization is a process by which an object is not initialized until it is first called in your code. The .NET 4.0 introduces a new wrapper class, System.Lazy
See more
Download the Study24x7 App, so you can connect and collaborate.