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 the difference between a debug and release build?

0 Answers  


What is Nothing permission set in .Net

1 Answers  


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

0 Answers  


Do you know what is .net standard?

0 Answers  


I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.

2 Answers  


What is CLR, CLS,CTS

4 Answers   Deloitte, Vee Technologies,


What are the similarities and difference between class and structure in .net?

0 Answers  


What is the Difference between imperative and interrogative code?

2 Answers  


Explain what relationship is between a process, application domain, and application?

0 Answers  


Name some of the languages .NET support?

3 Answers  


What is immutability?

0 Answers  


What is "common language specification" (cls) in .net?

0 Answers  


Categories