@Blog.Author(Nandip Makwana) .LearningExperience(ASP.NET, ASP.NET MVC, IIS, jQuery & Technology Surrounding it...)

May 22, 2009 comment

What is managed code in .NET?


Managed code run under the environment of CLR or .NET runtime. CLR execute this managed code.
.
In short all IL codes are managed code hence it is run under the control of CLR.
.
But if we are using component which is not built on .NET then such referenced codes are called unmanaged code since CLR does not have control over the execution of this referenced code.
.
For example, using of activex component built using VB 6.0 is unmanaged code in .NET.
comments powered by Disqus

Featured Content

Resources & Tools

About Nandip Makwana

Nandip Makwana is passionate about digital world and web. He completed his Masters in Computer Application in June 2011. Currently he is working as a Software Engineer. He has shown great promise and command over ASP.NET and technologies surrounding it during his academic years and professorial life...continue reading