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
Explain how to use multiple submit buttons in ASP.Net MVC?
What is html.renderpartial?
what is entity data model?
explain why t4 entity is important in entity framework?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is page life cycle?
what is entity framework?
How the ‘page lifecycle’ of ASP.Net MVC does works?
Explain representational state transfer (rest) in detail?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Explain what is the difference between view and partial view?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
Explain entity lifecycle? : Entity framework
What is web api‘s in asp.net mvc 4 ?
What is the difference between entity framework and mvc?