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
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Name a few different return types of a controller action method?
Explain what is the difference between view and partial view?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What is objectcontext? : Entity framework
Can you explain the page life cycle of mvc?
How we can multiple submit buttons in ASP.Net MVC
How can I tell what .net framework is installed?
Explain how you can implement Ajax in MVC?
How we can register the Area in ASP.Net MVC?
What is the difference between ViewData, ViewBag and TempData?
Do I need microsoft .net framework?
What is the use of razor view engine?
Difference between ASP.NET MVC and ASP.NET WebForms?
What is the full form of sp?