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 is the use of Global.asax file?
List all templates of a Repeater control?
How one can implement the text box to display characters in the uppercase?
List the services which are offered by the Window Azure operating system?
Specify different ways of deployment which are supported by .NET Framework 4.0.
Explain some of the versions of .NET?
Describe the role of the DataSet object in the ADO.NET?
Differentiate the terms dynamic and var data types?
Write main difference between classic ADO and ADO.NET?
In what way we can enable the text box to modify its characters format for a user to enter the password?
18,76,764
1953783 Asked
3,689
Active Tutors
1436080
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!