What is the managed and unmanaged code in .net?
Answers were Sorted based on User's Feedback
Answer / guest
manged code is the code which excutes under clr environment.
clr will take care of excution and garabage collection etc.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pavan
managed code is something which is written in .net language
which can be compiled by clr
unmanaged code is something written in non .net languages
which the clr cannot understand
so we use wrappers which are managed code to run them
in .Net environment
| Is This Answer Correct ? | 2 Yes | 3 No |
Is there built-in support for logging?
Please explain what is the difference between constants and read-only variables?
what are connection strings?
What is assembly in .net?
Difference abstract class and interface in .net?
Why do we use msmq?
What is common language specification (cls)?
Explain what is reflection in microsoft .net context?
Explain about .net?
what is the difference between class and structures?
What is gac in .net?
What is the advantage of .net?