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 is the difference between entity framework and mvc?
What is work of clr?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
Explain what is asp.net mvc?
What is ado.net data provider? : Entity framework
What is ViewStart Page in ASP.Net MVC?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is ViewData and TempData in ASP.Net MVC?
why DotNetFramework is included in building a software
What is viewstart page in mvc?
Explain ASP.NET MVC Identity and Security?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What are the advantages of razor view engine?
What are the Core features of ASP.NET MVC?
What is the use of display modes?