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 what do you mean by Asp.net Web form?
Specify difference between the asynchronous postback and the synchronous postback?
Explain what is Multicast delegate?
Write differences between Int32 and Int.
What is data type and how many types of data types are there in .NET ?
Explain how exception handling is changed in the .NET Framework 4.0?
What does a break statement do in the switch statement?
Illustrate the term lazy initialization?
List the various techniques to authenticate the user in ASP.NET?
Why there is a requirement of user-defined controls?
18,76,764
1925578 Asked
3,689
Active Tutors
1460281
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!