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

What is Flyout Design Pattern in .NET?

0 Answers   Petranics Solutions,


What is the use of UML in .Net

0 Answers  


How big is the datatype int in .net?

0 Answers  


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

0 Answers  


State the methods used during deserialization and serialization process.

2 Answers  






Please explain what is heap and what is stack?

0 Answers  


What is CCW (COM Callable Wrapper) ?

1 Answers  


What is a .DLL and .EXE files called in .NET?

0 Answers   CitiusTech,


How ASP .NET different from ASP?

4 Answers  


Do you know what is garbage collector?

0 Answers  


What are the different parts of an Assembly in .Net?

1 Answers  


What is the difference between odbc and ado?

0 Answers  


Categories