What is the difference between managed and unmanaged code?
Answer Posted / vikas
A Managed code is code which runs under the control of CLR.
All DOT Net Codes are Managed Codes
but
A Unmanaged code is code which does not run under the
control of CLR like COM Dlls developed in VB6
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the role of the jit compiler in .net framework?
How can we determine action invoked from HTTP GET or HTTP POST?
What are the advantages of mvc over asp.net?
What is orm entity framework?
What is the difference between windows vista and .net framework 3.0 ?
What is a model in android?
What is the difference between viewbag and viewdata in mvc?
Which version of .net framework is installed?
What is namespace of asp.net mvc?
What you mean by routing in mvc?
Is .net framework 4.8 the last version?
How to answer for project questions..?
what is eager loading?
Explain two instances where routing is not implemented or required?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?