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
What is a session in programming?
What is rich control in asp.net?
What types of data validation events are commonly seen in the client-side form validation?
what is meant by sitemapnode ?
What is the use of express session?
What is meant by web application?
What is Web Server Control Templates.?
What is the mvc model?
What is master page in dtp?
What is authentication in asp.net?
Where is the session stored?
How does http session work?
Securitywise What are the Enhancements in 2.0?
What is a reflection?
Where the viewstate is stored after the page postback?