What is the difference between managed and unmanaged code?

Answers were Sorted based on User's Feedback



What is the difference between managed and unmanaged code?..

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

What is the difference between managed and unmanaged code?..

Answer / prabhat

Managed code are execute by CLR,
Unmanaged code are use wrapper class,

Is This Answer Correct ?    8 Yes 15 No

Post New Answer

More Dot Net Framework Interview Questions

What is strong name and which tool is used for this ?

4 Answers   Accenture, BirlaSoft,


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

0 Answers  


In which assembly is the mvc framework defined?

0 Answers  


Can you handle all button click events at once in a form? Give coding.

1 Answers   Kanbay,


Explain the types of Scaffoldings.

0 Answers  






what is .net?

20 Answers   IBM,


How will you load dynamic assembly? How will create assemblies at run time?

3 Answers   Lance Soft, MGL,


What are the possible razor view extensions?

0 Answers  


What is edm in entity framework?

0 Answers  


Explain how to use multiple submit buttons in ASP.Net MVC?

0 Answers  


What is Reflection in .NET?

6 Answers   Fiserv, TCS,


which are the key concepts of entity data model?

0 Answers   Microsoft,


Categories