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
Does windows 10 need .net framework?
what is entity framework?
What is filters in web api?
How to use multiple submit buttons in asp.net mvc?
what is csdl?
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is ViewStart Page in ASP.Net MVC?
What is routeconfig.cs in mvc 4?
What is mvc entity framework?
What is Attribute Routing in ASP.Net MVC?
What is objectset? : Entity framework
Why to use html.partial in mvc?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
What is display mode in mvc?
Explain tempdata in asp.net mvc?