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.
List out the different components of an assembly.
Write the different types of literals used in C #?
Illustrate in .NET about different types of directives?
Explain about the ASP.NET AJAX Framework.
How we can choose the color from a ColorDialog box?
Explain the use of App_Code folder in ASP.NET?
Define the function of a ViewState property?
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
How do dates, numbers, and currencies in a text box are formatted?
In the vb.net, explain how to connect the crystal report?
18,76,764
1949608 Asked
3,689
Active Tutors
1422017
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!