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

Why SOAP is required?

0 Answers   Alcatel-Lucent,


what are the controls used to upload a file from client to server?

4 Answers  


What is the use of common language runtime?

0 Answers  


What's a windows process in .net?

0 Answers  


What are the deferred execution and the immediate execution in linq?

0 Answers  






What is gac in .net?

0 Answers  


What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it

2 Answers  


What is the lapsed listener problem?

0 Answers  


Is atl redundant in the .net world?

0 Answers  


What are server controls?

1 Answers   Avanade, Wipro,


Explain asp.net?

0 Answers  


What is dot net architecture?

0 Answers  


Categories