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.
List different ways of deployment that are supported by .NET.
What is the duration for items stored in the ViewState?
Explain DataReader object?
Define the term DTD?
Explain briefly the term AutoPostBack?
Write down the core of WPF assemblies?
Illustrate how do you create a Cookie?
Is it possible for users to define their own exceptions in code?
State the major difference between the sub-procedure and function?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
18,76,764
1932481 Asked
3,689
Active Tutors
1437672
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!