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.
What is a Managed Code
Posted by
Rajesh Rolen
at
Wednesday, September 2, 2009
Labels: ASP.NET Interview Questions , Framework , Interview Questions
0 comments:
Post a Comment