What is the difference between managed and unmanaged code?
Answer Posted / amit saini
Managed code is the code which run under the control of clr.
incontrast code that is native code which is machine
specific code and runs directly under the control of machine
or specific computer architecture is known as unmanaged
code...
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What are the possible razor view extensions?
What is the difference between viewbag and viewdata in mvc?
What you mean by routing in asp.net mvc?
what do you mean by navigation property?
What is .net core framework?
Explain entity lifecycle? : Entity framework
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What filters are executed in the end?
Can I set the unlimited length for "maxjsonlength" property in config?
What is entity framework in asp net?
What is the use of the default route {resource}.axd/{*pathinfo} ?
What is clr? How does work clr & wht is work of clr?
What are the options can be configured in AJAX helpers?
Can we change web.config settings from iis?