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.
Illustrate how do you create a Cookie?
Briefly describe constant.
Illustrate the terms User Control as well as Custom Control?
What is .NET Framework? Specify its applications?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
What do you mean by the XOML files?
List the types of generations there are in a garbage collector?
Write down some of the benefits of hosting WCF service in the WAS?
In what way we can auto size the button to fit the text?
What are the components of web form in ASP.NET?
18,76,764
1954033 Asked
3,689
Active Tutors
1455213
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!