Thursday, January 15, 2009

What is a Managed Code


Managed code runs inside the environment of CLR i.e. .NET runtime. In short all IL are managed
code. But if you are using some third party software example VB6 or VC++ component they are
unmanaged code as .NET runtime (CLR) does not have control over the source code execution
of the language.
Suggested reading in Basic .NET FrameWork

comments

1 Response to "What is a Managed Code"
  1. Anonymous said...
    January 19, 2009 at 2:27 AM

    Good info
    c-sharp.net

 

Copyright 2009 All Rights Reserved Shakti Singh Dulawat