what is managed and unmanaged code?

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


Please Help Members By Posting Answers For Below Questions

What is viewstategenerator?

819


Why mvc is better than asp.net? : Asp.Net MVC

557


Can you explain autopostback?

627


Explain the difference between panel and groupbox classes using .net?

574


Which is faster viewbag or viewdata?

645






What is authorization in asp.net?

694


How is a session stored and maintained in asp.net?

620


What is application and session in asp.net?

611


What does asax stand for?

612


What is windows active directory authentication?

652


Is asp.net still used?

653


What does session_start () do?

731


Explain the different parts that constitute ASP.NET application?

647


What is session in http request?

664


What is postback in asp net?

641