Wednesday, July 15, 2009

What is the difference between managed and unmanaged code?


Managed Code:

Any code that runs under the CLR (common Language Runtime) is a managed code.

UnManaged Code:

Any code that is not running under the CLR is an unmanaged code.





www.codecollege.NET

No comments:

Post a Comment