Home »

What is a Managed Code?

Question ListCategory: VB.NETWhat is a Managed Code?
milleranthony7 author asked 9 years ago
1 Answers
jessica537 author answered 8 years ago

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.

Please login or Register to Submit Answer