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, for executing the lazy initialization in your application. Lazy initialization helps you to reduce the wastage of resources and memory requirements to improve performance. It also supports thread-safety. - Study24x7
Social learning Network
02 May 2023 12:10 PM study24x7 study24x7

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, for executing the lazy initialization in your application. Lazy initializa...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles