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.
What do you mean by Proxy and how to produce proxy for WCF Services?
State the types of workflow in the WF?
Briefly describe the TrackBar control.
How can you send an email message through an ASP.NET Web page?
What is meant by the term Extensible Markup Language (XML).
Name the method that offers a functionality to display the dialog box during runtime?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
State the main components of .NET Framework?
Write down the LINQ query expressions?
Name some of the binders which are offered by .NET Framework 4.0.
18,76,764
1926256 Asked
3,689
Active Tutors
1461268
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!