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.
Explain the role of a DISTINCT clause in the LINQ query?
14. What is difference between Tool Strip drop down button and toolstripsplit button?
Briefly describe login controls?
Describe about lambda expressions which are used in LINQ?
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
Illustrate different security methods that IIS Provides distant from .NET?
What is the concept of CAS?
Distinguish the terms ADO.NET Dataset and an ADO Recordset?
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
What is the function of "EnableViewState" property? Why do we require it On or Off?
18,76,764
1921799 Asked
3,689
Active Tutors
1438475
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!