What is the difference between managed and unmanaged code?
Answer Posted / anil
Program written in any .net compatible language will go for
compilation for 2times.
In the first compilation of the program, the language
compiler will generate MSIL code which is the managed code. &
the code generated after the second execution ie by the CLR
is called unmanaged code which is machine understandable and
not by the user.
| Is This Answer Correct ? | 14 Yes | 19 No |
Post New Answer View All Answers
What is a razor file?
What is the use of the default route?
Can you explain the page life cycle of mvc?
Explain ASP.NET MVC Identity and Security?
What is the .net framework and how does it work?
How does the .net framework 3.0 relate to windows vista?
How we can multiple submit buttons in ASP.Net MVC
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Can we change web.config settings from iis?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What are the versions of .net framework?
Mention the core components of .net framework?
What is .net framework & its benefits?
Difference between ASP.NET MVC and ASP.NET WebForms?
Which version of .net framework is installed?