What is the difference between managed and unmanaged code?
Answer Posted / vikas
A Managed code is code which runs under the control of CLR.
All DOT Net Codes are Managed Codes
but
A Unmanaged code is code which does not run under the
control of CLR like COM Dlls developed in VB6
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is action methods in web api?
What are non action methods in mvc?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
how can you enhance the performance of entity framework?
In which assembly is the mvc framework defined?
Why we need a separate mobile project template, while we can render our web application in mobile ?
Which is the root namespace for fundamental types in .net framework?
What is iobjectset? : Entity framework
Which are the important namespaces used in mvc?
Explain the advantages of dependency injection (di) in asp.net mvc?
How we can add the css in mvc?
what do you mean by navigation property?
What is session state management?
What is the purpose of a web form?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?