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 |
What is filters in web api?
What is the difference between renderaction and renderpartial?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is managed extensibility framework?
What is serialization in .NET? What are the ways to control serialization?
What are the levels at which filters can be applied in an asp.net mvc application?
How is method overriding different from method overloading
Difference between .NET & J2EE
What is a razor file?
What is edm in entity framework?
What is web api‘s in asp.net mvc 4 ?
Does windows 10 need .net framework?