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
What is conceptual model? : Entity framework
How can we determine action invoked from HTTP GET or HTTP POST?
Can you explain renderbody and renderpage in mvc?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is code first? : Entity framework
What are bundling & minification features in asp.net mvc 4?
Why we need a separate mobile project template, while we can render our web application in mobile ?
What is the difference between model view and controller?
explain what does .edmx file contains?
What is the difference between .net core and .net framework?
What is a model in programming?
What is Peek method in Tempdata in ASP.Net MVC?
Explain linq to entities? : Entity framework
What type of filter does outputcacheattribute class represents?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?