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

php store array in database ?

The difference between React vs AngularJs

PART 2 : Php Add Edit Delete Update Example for freshers