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 the terms Response dot Redirect as well as Server dot Transfer?
Illustrate different security methods that IIS Provides distant from .NET?
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
What is meant by XCOPY?
Define Server-side scripting and Client-side scripting?
Explain about the different services provided by the DLR to CLR.
Write three general properties of every validation controls?
What is the requirement of Copy Web Site?
List different ways of deployment that are supported by .NET.
Name the three states which are set in a CheckState property of the CheckBox?
18,76,764
1942780 Asked
3,689
Active Tutors
1449507
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!