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

How to get table count for all tables in a database in Mysql?

How to send emails using PHPmailer and GMAIL SMTP

Disable/enable a form element using jQuery?