What is managed in .Net context
Specify what does term “managed” mean within the .NET context?
Expert
The term “managed” is described as the cause of much confusion. It is used in several places in the .NET, meaning slightly different things.
a) Managed code: The .NET framework offers various core run-time services to programs which run inside it – such as: exception handling and security. For all these services to work, code should offer a minimum level of the information to runtime. Such code is known as managed code.
b) Managed data: This refers to the data which is assigned and freed by the .NET runtime's garbage collector.
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
What will happen if the ASP.NET server control with the event-handling routines is absent from its definition?
Name the values that can be allocated to a DialogResult property of the Button control?
By what way we can recognize that the page is PostBack?
Differentiate between publishing and deploying an application?
Illustrate the terms Persistent cookie as well as Session cookie?
What do you mean by the term WPF?
State different types of literals?
What is the concept of CAS?
Write down in brief the various types of Triggers in the WPF?
18,76,764
1960457 Asked
3,689
Active Tutors
1419782
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!