What is the difference between managed and unmanaged code?
Answer Posted / uppalashiva
A code which is understandable by CLR is called managed code
A code which is not understandable by CLR is called
unmanaged code
| Is This Answer Correct ? | 32 Yes | 3 No |
Post New Answer View All Answers
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is net framework 3.0 ?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What is meant by viewdata?
How to change the action name in mvc?
What are the 2 popular asp.net mvc view engines?
What is meant by domain model?
What are the main components of .net framework?
What is route config?
What is entity sql? : Entity framework
What is the mvc pattern (model view controller pattern)?
Is entity framework slow?
What is Dependency Injection in ASP.Net MVC
what is entity framework?
Mention some action filters which are used regularly in ASP.Net MVC?