What is the difference between managed and unmanaged code?
Answer Posted / uppalashiva
A code that executed under the instructions of CLR is called
managed code.
A code that execute without the instruction of CLR is called
unmanaged code.
| Is This Answer Correct ? | 59 Yes | 2 No |
Post New Answer View All Answers
Is dapper better than entity framework?
How we can multiple submit buttons in ASP.Net MVC
mention what is csdl, ssdl and msl sections in an edmx file?
What does mvvm mean?
What is a view engine?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
In which assembly is the mvc framework defined?
Can we change web.config settings from iis?
Is razor a server side?
what is entity sql?
what is split entity?
What is an asynchronous controller in asp.net mvc?
How can you return string result from Action in ASP.Net MVC?
What is the meaning of unobtrusive javascript?
How do I use partial view?