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 viewstategenerator?
Why mvc is better than asp.net? : Asp.Net MVC
Can you explain autopostback?
Explain the difference between panel and groupbox classes using .net?
Which is faster viewbag or viewdata?
What is authorization in asp.net?
How is a session stored and maintained in asp.net?
What is application and session in asp.net?
What does asax stand for?
What is windows active directory authentication?
Is asp.net still used?
What does session_start () do?
Explain the different parts that constitute ASP.NET application?
What is session in http request?
What is postback in asp net?