The term "managed code" usually refers to code written in a managed language such as Java or C #. The term "unmanaged code" usually refers to code written in an unmanaged language, such as C or C ++. If you come from the .NET world, “managed” probably means C # or VB.NET, and “unmanaged” probably means C or C ++.
source
share