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
What is latest version of .net framework?
What is display mode in mvc?
Describe the roles of clr in .net framework.?
What is the use of display modes?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What are html helpers in asp.net mvc?
what do you mean by navigation property?
What are actions in asp.net mvc?
Explain the advantages of dependency injection (di) in asp.net mvc?
How to enable Attribute Routing?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
what is .edmx file and what it contains?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What is viewbag title?