Illustrate the term lazy initialization
Illustrate the term lazy initialization?
Expert
Lazy initialization is a procedure through which an object is not initialized until it is initially called in the code. The .NET 4.0 starts a new wrapper class, i.e. System.Lazy<T>, for the execution of lazy initialization in the application. Lazy initialization assists to decrease the wastage of memory and resources requirements to progress the performance. It also supports the thread-safety.
Why XMLHttpRequest object is used in the AJAX?
State the relationship between Class and an Object?
How can you send an email message through an ASP.NET Web page?
Explain different types of generations in a garbage collector?
Describe the various types of work flow?
List the binders that are provided by .NET Framework 4.0?
Illustrate the term Namespace also its uses?
Explain about standard query operators in LINQ?
Write the name of event which determines that all controls are completely loaded into the memory?
18,76,764
1943444 Asked
3,689
Active Tutors
1443677
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!