What is the difference between managed and unmanaged code?
*******
Answer Posted / alb.shah
A code that executed under the instructions of CLR is called
managed code.
A code that execute without the instruction of CLR is called
unmanaged code.
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 ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can you explain the basic use of dataview?
Explain the difference between array and linkedlist?
Explain what the contents of cookie?
Securitywise What are the Enhancements in 2.0?
Which asp.net objects encapsulate the state of the client and the browser?
How ViewstateMac works?
What is custom events?
Explain Life cycle of ASP.NET page when a request is made.
What is asp.net ajax?
What is the equivalent of date() and time() in asp.net?
How to bind all the binding controls in a page at once in ASP.NET?
Define reflection in .net?
Why we use content place holder in asp.net?
What are the disadvantages of asp.net?
How does exception management works in ASP.NET?