| Author: mahendrakiran 31 Oct 2008 | Member Level: Gold Points : 1 |
Managed code is a term describing code that runs in a Virtual Machine, compared to native or unmanaged code which runs directly as native binary
The code that is developed without considering the convention and requirements of the CLR is called Unmanaged Code
|