Managed code will be executed by the CLR(Common Language Runtime). Un-Managed code will be executed by the computer directly.
There are lot of differences are there for managed and un managed code.
1. Rules for creation and destroy of the objects.
2. designing guidelines.
3. Error handling mechanisms.
4. Data types.
Managed code is having enchanced code access security, Type safe, Garbage Collection, robustness and more. When Managed code is there in CLR, out side environment can not access this managed code. Un managed code will directly executed by the operating system.
There are lot of differences are there for managed and un managed code.
1. Rules for creation and destroy of the objects.
2. designing guidelines.
3. Error handling mechanisms.
4. Data types.
Managed code is having enchanced code access security, Type safe, Garbage Collection, robustness and more. When Managed code is there in CLR, out side environment can not access this managed code. Un managed code will directly executed by the operating system.
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.