Monday, June 23, 2014

Difference between managed and unmanaged code?

Managed Code :Code that is executed by the CLR is Managed code
Unmanaged Code :Code that is directly executed by the Operating System, not by CLR is known as un-managed code.