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.
Specify different ways of deployment which are supported by .NET Framework 4.0.
Explain the requirement of Timer control in the AJAX.
Specify various types of assemblies and explain them.
What is meant by the term Extensible Markup Language (XML).
Illustrate in .NET about different types of directives?
Mention different types of data providers available in .NET Framework.
Write down the three main points in WCF?
Illustrate Application State in the ASP.NET.
Web form belongs to which class in a .NET Framework class hierarchy?
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
18,76,764
1956888 Asked
3,689
Active Tutors
1459021
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!