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 working of cookie less session?
In what way we can format dates, numbers and currencies in the text box?
What do you mean by the term ALE? Describe the functions of ALE in 8085?
Why there is a requirement of user-defined controls?
Write down the benefit of packaging over xcopy in the .NET?
State role that XSL plays when it dynamically generates HTML pages from the relational database.
Describe DataReader object?
Name the root namespace which is used for fundamental types in .NET Framework?
Name the parent class which is used to create all Windows services in .net?
In what way we can display the icon during runtime on a StatusStrip control?
18,76,764
1934785 Asked
3,689
Active Tutors
1442883
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!