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 a razor file?
What are scaffold templates in mvc?
How to change the action name in mvc?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Is http stateful or stateless?
What is entityset? : Entity framework
What are the derived classes from xmlReader and xmlWriter
What is the .net framework 3.0 (formerly winfx)?
What is the difference between old ADO.NET and Entity framework coding techniques?
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
Are there any parts of the .net framework 3.0 that only work on windows vista?
how to face first interview in .NET?