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.
Which method is used in .NET to enforce garbage collection?
How can height of a combo box drop-down list can be adjusted?
Explain how would you implement the inheritance by using VB.NET/C#?
List some differences between the CheckBox control and a RadioButton control?
Explain Language Integrated Query (LINQ)?
State the components of WF 4.0?
Write about the difference between OLEDB Provider and the SqlClient?
Illustrate Queues and Stacks?
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Explain briefly the term AutoPostBack?
18,76,764
1961361 Asked
3,689
Active Tutors
1421384
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!