Wednesday, November 11, 2015

What is a Managed Code?

Managed code runs inside the environment of CLR that is .NET runtime. In short, all IL i mean Intermediate Language  are managed code.

However, 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 these languages.

No comments:

Post a Comment