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 Session state in the ASP.NET.
What do you mean by the Assembly Manifest?
What do you mean by the term XML Infoset?
Write the difference between adding items into cache by a Add() method and by the Insert() method?
What is meant by the Runtime engine?
Write down the different ways of hosting the WCF service?
Illustrate different types of inheritance?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Write down some of the benefits of XAML?
Explain the chief built-in objects in the ASP.NET?
18,76,764
1952541 Asked
3,689
Active Tutors
1457672
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!