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 are the Core features of ASP.NET MVC?
mention in what all scenarios entity framework can be applicable?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What are the main components of .net framework?
How does work clr?
How to use multiple submit buttons in asp.net mvc?
What is the difference between model and entity?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is .net architecture and framework?
What is meant by viewdata?
mention what is the difference between ado.net and classic ado?
what is lazy loading in entity framework?
What is MVVM design pattern?
What are the components required to create a route in mvc?