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
How does .net framework works?
Can I uninstall microsoft .net framework?
The order of the filters that get executed, if the multiple filters are implemented?
Explain Keep method in Tempdata in ASP.Net MVC?
Explain what platforms does the .net framework run on?
What is object service? : Entity framework
what is entityclient?
What are the sub types of ActionResult?
What is the difference between model and entity?
Explain how you can implement Ajax in MVC?
what is way of loading data in ef (entity framework)?
What are Validation Annotations?
How can you return string result from Action in ASP.Net MVC?
What is definingquery in entity framework? : Entity framework
What are ajax helpers in asp.net mvc?