What is the difference between managed and unmanaged code?
Answer Posted / suresh (agility)
Code written according to .NET specification i.e.,CLS(Common Language Specification) is called managed code.
Code written not according to .NET specification is called unmanaged code.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the use .glimpse in mvc?
Is .net framework backwards compatible?
What are the components required to create a route in mvc?
What are the 2 ways of adding constraints to a route?
What is routeconfig.cs in mvc 4?
What are Validation Annotations?
how can you enhance the performance of entity framework?
What is ViewData and TempData in ASP.Net MVC?
Explain how you can implement Ajax in MVC?
What are the sub types of ActionResult?
Which is the root namespace for fundamental types in .net framework?
what is minimum requirement for entity framework applications to run?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Are there any parts of the .net framework 3.0 that only work on windows vista?
how can you tell ef to have a different table or column name than that defined for the class?