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 is fundamental of published or precreated objects in remoting?

0 Answers  


How to directly call a native function exported from a dll?

0 Answers  


What is unmanaged code?

0 Answers  


What are static assemblies and dynamic assemblies. Differences between them?

0 Answers  


What is assembly ?

4 Answers   DELL, TCS,


What are the different types of channels used by .net remoting?

0 Answers  


Threading Types ?

3 Answers   DELL,


What is the difference between private and shared assembly?

1 Answers  


Explain marshalling and its types in .net remoting

0 Answers  


About sn.exe ?

2 Answers   MMTS, TCS,


What do you mean by passport authentication and windows authentication ?

5 Answers   TCS,


What is the purpose of System.EnterpriseServices namespace ?

1 Answers   Digital GlobalSoft,


Categories