Answer Posted / kirti
The .NET framework provides several core run-time services to the programs that run within it - for example exception handling and security. For these services to work, the code must provide a minimum level of information to the runtime. i.e., code executing under the control of the CLR is called managed code. For example, any code written in C# or Visual Basic .NET is managed code.
Code that runs outside the CLR is referred to as "unmanaged code." COM components, ActiveX components, and Win32 API functions are examples of unmanaged code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between login controls and forms authentication?
Explain the main function of razor in asp.net? : asp.net mvc
How to display validation messages in one control?
What is the difference between a candidate key and primary key?
How you can access the properties and controls of master pages from content pages?
Is session server side or client side?
Apart from IDE what are the enhancements in asp.net 2.0?
What is a form tag?
What is the difference between application state and session state in asp net?
Define a web service in .net?
Define xmlreader class.
How many types of validation are there?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is difference between web api and web services?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?