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.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?