What is lazy Initialization
Explain Lazy Initialization?
Expert
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.
Write down the ToolTipService timing properties in the WPF?
List the advantages of the DLR?
State the method which can be used to impose Garbage collection in .NET?
Which method is used in .NET to enforce garbage collection?
Define the roles of CLR in .NET Framework and also explain the responsibilities?
State how the changes made to the DataSet object are identified since it was last loaded?
Briefly explain about Web server controls in ASP.NET?
Explain how would you implement the inheritance by using VB.NET/C#?
Describe the naming conventions that are necessary for XML elements tags?
What are the steps involve in Assembly execution?
18,76,764
1941536 Asked
3,689
Active Tutors
1438294
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!