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
explain how you can load related entities in ef (entity framework)?
Can any particular component of .net framework 3.0 be removed?
What is ViewStart Page in ASP.Net MVC?
what is minimum requirement for entity framework applications to run?
Is it possible to share a view across multiple controllers?
What are the versions of .net framework?
What are action filters?
Explain what platforms does the .net framework run on?
What is the use of viewmodel in mvc?
what is use of entitydatasource control?
What are ajax helpers in asp.net mvc?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
what is datacontrols?
What symbol would you use to denote, the start of a code block in razor views?
What is code first? : Entity framework