A few definitions to start with: Managed code : Code executing under the control of the CLR is called managed code. For example, any code written in C# or Visual Basic .NET is managed code. Unmanaged code : Code that runs outside the CLR is referred to
Read More...