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 the difference between the .dll extension and .exe extension files?
Specify different ways of deployment which are supported by .NET Framework 4.0.
Differentiate between SqlClient and OLEDB Provider?
State the naming conventions essential for XML elements tags?
In which statement we can execute LINQ query?
Explain the difference between the global theme and the page theme?
How one can put a border around the picture box?
Illustrate the terms Persistent cookie as well as Session cookie?
Differentiate between publishing and deploying an application?
Define the term TrackBar control.
18,76,764
1944351 Asked
3,689
Active Tutors
1448053
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!