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 are merge modules?

558


Is it possible to change the index of primary key on table?

409


Explain the Session state management options available with ASP.NET?

569


How can we make sure that Web API returns JSON data only?

544


What are the difference between function and stored procedure in .net programming language?

261






Differentiate between client-side and server-side validations in web pages.

560


what cut off mark for po's,what questions they asked for interview?

1422


Disable browser cache for entire ASP.NET website?

667


What is razor? : asp.net mvc

557


What are server-side comments in ASP.NET?

548


What is the difference between CC and BCC?

618


What are the events that happen when a client requests an asp.net page from iis server?

487


What is bson in web api?

592


What is the difference between globalization and localization?

492


Explain the difference between asp and asp.net?

514