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 are Scaffold templates in ASP.Net MVC?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
will there be any issues adding a table without primary keys to a data model?
What is object service? : Entity framework
What are the advantages of mvc over asp.net?
What is representational state transfer (rest) mean?
what is complex type?
What are the components required to create a route in mvc?
mention what are the various methods provided by the dataset object to generate xml?
How route table is created in ASP.NET MVC?
Explain Keep method in Tempdata in ASP.Net MVC?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What are the possible razor view extensions?
What is a model in programming?