what is lazy initializationlazy initialization is


What is lazy initialization?

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, for implementing the lazy initialization in your application. Lazy initialization helps you to decrease the wastage of resources and memory requirements to better performance. It also supports thread-safety.

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is lazy initializationlazy initialization is
Reference No:- TGS0310720

Expected delivery within 24 Hours