I have heard the terms managed code and unmanaged code. What does this mean ?
Printable View
I have heard the terms managed code and unmanaged code. What does this mean ?
Managed code means the application runs entirely in .NET and the JIT compiler. Unmanaged means you are it is not and you are accessing non .NET components such as API calls for example.