What is unmanaged code and will CLR handle this kind of code
or not ?



What is unmanaged code and will CLR handle this kind of code or not ?..

Answer / swapna

Unmanaged code is the type of code which will not execute
in the CLR environment. Memory manangement,garbage
collection,security of CLR environment do not apply to
Ummanaged code.

Is This Answer Correct ?    8 Yes 4 No

Post New Answer

More Dot Net Remoting Interview Questions

what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


Explain the differences between marshal by value and marshal by reference?

0 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers  


What is unmanaged code?

0 Answers  


How can we call methods in remoting asynchronously?

0 Answers  






What are the situations you will use singleton architecture in remoting ?

0 Answers  


What are dynamic assemblies?

0 Answers  


Define the lease of the object?

0 Answers  


Which Namespaces is used to achieve the Remoting?

0 Answers  


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

0 Answers   DELL,


When should we choose .net remoting over .net web services?

0 Answers  


What are various types of assemblies ?

1 Answers   TCS,


Categories