What is the difference between managed and unmanaged code?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prabhat
Managed code are execute by CLR,
Unmanaged code are use wrapper class,
| Is This Answer Correct ? | 8 Yes | 15 No |
explain lazy loading, eager loading, and explicit loading?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
What are the 2 popular asp.net mvc view engines?
More on CLR ?
How to enable Attribute Routing?
What is the domain object?
what is an assembly?
If Controller is not there in MVC Pattern what happens?
Can we look at the IL for an assembly?
Will the finally block get executed if an exception has not occurred
What is difference between html.beginform and ajax.beginform?
What is asp net framework?