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 objectcontext? : Entity framework
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
how to disable the lazy loading framework?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
When will the .net framework 3.0 be released?
What is the use of the default route {resource}.axd/{*pathinfo} ?
What are actions in mvc?
what do you mean by table-per-hierarchy?
What is mapping in entity framework? : Entity framework
explain what does .edmx file contains?
What are actions in asp.net mvc?
What is clr? How does work clr & wht is work of clr?
explain what is ado.net entity framework?
What is the purpose of a web form?
What is latest version of .net framework?