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 difference between an Abstract class and an Interface.
Briefly describe about data type?
Name the property that is used to check whether a DataReader is closed or opened?
What are the enrichment in the ClickOnce deployment in the .NET 4.0?
Using XSLT, how the value of a specific attribute can be extracted from an element in the XML document?
What do you mean by the term Routed event?
What is meant by DLR (Dynamic Language Runtime)?
Write the namespaces which are required to enable the use of databases in the ASP.NET pages?
Describe the role of new keyword in brief.
What Global.asax file includes in event handlers?
18,76,764
1951980 Asked
3,689
Active Tutors
1448133
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!