What is the managed and unmanaged code in .net?
Answer Posted / g.srikumar
manage code-it means the code which targets the CLR.
Unmanage code..it does not target the CLR.
Is This Answer Correct ? | 39 Yes | 14 No |
Post New Answer View All Answers
What is Code group in .Net with respect to CAS
What is deferred execution vs. Immediate execution in linq?
Please explain what is heap and what is stack?
What is shared and repeatable inheritance?
Tell us the differences between an interface and an abstract class in .net?
What are .net functions?
What is func in .net 3.5?
How anonymous method is different from a lambda expression?
why you wouldn't want to write into it even if you could
Differentiate between managed and unmanaged code?
What operating systems does the .net framework run on?
What is "common language runtime" (clr) in .net?
What is static constructor, when it will be fired?
State the differences between the dispose() and finalize().
How will you load dynamic assembly? How will create assemblies at run time?