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 static assemblies and dynamic assemlies. Differences between them ?

2 Answers   TCS,


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

0 Answers  


How to decide which to use .net remoting or asp.net web services?

0 Answers  


What is unmanaged code?

0 Answers  


Explain marshalling and its types in .net remoting

0 Answers  






What is Remoting?

0 Answers  


Which Namespaces is used to achieve the Remoting?

0 Answers  


Which one is better WebService and Remoting ?

0 Answers   NA,


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


What are the different types of channels used by .net remoting and which is the best one?

0 Answers  


Explain Singleton design pattern of Remoting?

0 Answers   PUCIT,


About sn.exe ?

2 Answers   MMTS, TCS,


Categories