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.
Explain the benefits of using the ADO.NET in .NET 4.0?
Explain why SiteMapPath control is being referred as eyebrow or breadcrumb navigation control?
Explain the term Data Encapsulation?
How can a text box be enforced to show characters in the uppercase?
How submaster page is differ from the top-level master page?
What are XML attribute?
State the properties in C# and the advantages that are obtained by using them in programs.
In what way we can disable a context menu for the TextBox control?
How can height of a combo box drop-down list can be adjusted?
By what way we can recognize that the page is PostBack?
18,76,764
1957346 Asked
3,689
Active Tutors
1426935
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!