What is the difference between managed and unmanaged code?
Answer Posted / priya
codes that are executed in a clr environment is managed
code and the codes which are not executed in a clr env. is
called unmanaged code.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
How to Redirect Tracing to a File
Explain the tools used for unit testing in ASP.Net MVC
What is managed extensibility framework?
Can you explain model, controller and view in mvc?
How we can handle the exception at controller level in ASP.Net MVC?
What is html.renderpartial?
explain what is ado.net entity framework?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is ado.net data provider? : Entity framework
What is the difference between viewbag and viewdata in mvc?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is the mvc pattern (model view controller pattern)?
Is .net framework 4.8 the last version?
Where is tempdata stored?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?