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.
Why there is a requirement of user-defined controls?
What do you mean by the term Transport and Message Reliability?
What is web.config file?
Name the tool that can transform Visual basic old version to the .NET compatibility version?
Explain about the UpdatePanel control.
Illustrate Windows Workflow Foundation (WF).
Explain the term Metadata?
Explain what do you mean by .NET?
Name the latest features that added in .NET Framework 4.0?
Write down some of the benefits of XAML?
18,76,764
1928050 Asked
3,689
Active Tutors
1418561
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!