Managed Code & Unmanaged Code

What is Managed Code?

Managed Code runs inside the CLR. Means Whatever your are using inside the CLR that is Managed Code and whatever you are using from the third party that is Called Unmanaged Code.

Example Managed Code 
 C#, VB.NET, J#
Example Unmanaged Code
VB,C,C++

Most Popular

Customize wordpress register form wp_register()

What is difference between get and post method in php

Disable/enable a form element using jQuery?