What is lazy Initialization

Explain Lazy Initialization?

E

Expert

Verified

Lazy Initialization is a process through which an object is not initialized till it is first called in the code. The .NET 4.0 introduces a new wrapper class, System.Lazy<T>, in order to execute the lazy initialization in your application. Lazy initialization aids you to decrease the resources wastage and memory requirements in order to improve the performance. It also supports thread-safety.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.