What is the managed and unmanaged code in .net?

Answers were Sorted based on User's Feedback



What is the managed and unmanaged code in .net?..

Answer / guest

manged code is the code which excutes under clr environment.
clr will take care of excution and garabage collection etc.

Is This Answer Correct ?    4 Yes 0 No

What is the managed and unmanaged code in .net?..

Answer / pavan

managed code is something which is written in .net language
which can be compiled by clr
unmanaged code is something written in non .net languages
which the clr cannot understand
so we use wrappers which are managed code to run them
in .Net environment

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Dot Net General Interview Questions

Which dll is required to translate xml to sql in internet information server (iis)?

0 Answers  


What are the new 2.0 features useful for?

0 Answers  


What is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


Explain about .net?

0 Answers  


What is an exe and a dll?

0 Answers  






Is there any attempt system for microsoft technology papers?

0 Answers  


What are the collections you've used?

0 Answers  


What is a strong name in .net?

0 Answers  


What is Complex Class in .NET?

0 Answers  


What is a delegate in .NET?

1 Answers  


How do you turn off cookies for one page in your site? Give an example.

0 Answers  


What are multicast delegates?

0 Answers  


Categories