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.
What is the basic difference between a content page and a master page?
Briefly describe constant.
Describe the endpoint in the WCF service in brief.
What do you mean by Common Language Specification (CLS)?
What do you mean by the term WPF?
Describe code contracts?
Explain the role of CLR in .NET Framework.
Elucidate Master Pages in ASP.NET?
How the customized properties of .NET application can be retrieved from XML .config file?
Illustrate Windows Workflow Foundation (WF).
18,76,764
1960024 Asked
3,689
Active Tutors
1446170
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!