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
Is entity framework slow?
How do you specify comments using razor syntax?
What is meant by bootstrap in mvc5?
What is filters in web api?
What are Scaffold templates in ASP.Net MVC?
What is .net architecture?
Why to use Html.Partial in ASP.Net MVC?
What is edm designer? : Entity framework
What is the difference between model view and controller?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is the 'page life cycle' of an ASP.NET MVC?
What is the difference between viewbag and viewdata in mvc?
What are Model Binders in ASP.Net MVC?
What is the use of display modes?
What type of filter does outputcacheattribute class represents?