What is the difference between managed and unmanaged code?
Answer Posted / jonasstuart
Managed Code:
Code that runs under a "contract of cooperation" with the common language runtime. Managed code must supply the metadata necessary for the runtime to provide services such as memory management, cross-language integration, code access security, and
automatic lifetime control of objects.
Un-Managed Code:
Code that is created without regard for the conventions and requirements of the common language runtime. Unmanaged code executes in the common language runtime environment with minimal services.Check this useful article
https://www.mindstick.com/blog/833/difference-between-managed-code-and-unmanaged-code
http://www.agrini-tricks.in/Tutorial/Differentiate-between-managed-code-and-unmanaged-code.aspx
I hope it will help you
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to disable the lazy loading framework?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What are bundling & minification features in asp.net mvc 4?
why DotNetFramework is included in building a software
How can you return string result from Action in ASP.Net MVC?
What is the difference between viewbag and viewdata in mvc?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
How do I install .net framework?
What is asp net framework?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
What are Validation Annotations?
What is action methods in web api?
What is a razor file?
What is the advantage of using asp.net routing?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?