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
Can we add constraints to the route? If yes, explain how we can do it?
What is .net framwork?
What is separation of concerns in asp.net mvc?
In razor syntax, what is the escape sequence character for @ symbol?
What is domain class model?
what is ssdl?
What is the .net framework and how does it work?
Explain the role of assembly in the .net framework.
what is entity data model?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is viewbag?
Explain the .net framework.
What are child actions in ASP.Net MVC?
will there be any issues adding a table without primary keys to a data model?
What is page life cycle?