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.
Briefly explain ADO.NET and its features?
Name the values that can be allocated to a DialogResult property of the Button control?
Describe briefly LINQ (Language Integrated Query)?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Can I employ Windows Forms in the WPF application? Give reasons.
Define .NET Framework?
Define the term Enumeration?
Briefly describe about XSLT?
Define the function of a ViewState property?
Write down in brief, the objects in asp.net and state the main purpose of such objects?
18,76,764
1936182 Asked
3,689
Active Tutors
1457997
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!