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?s a Windows process?

1 Answers  


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  


How does assembly versioning in .NET prevent DLL Hell?

3 Answers   Satyam, Siebel Systems,


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


Explain how to perform remoting?

0 Answers  






Explain the types of .net remoting?

0 Answers  


How can you create a strong name for a .NET assembly?

2 Answers  


How can you debug failed assembly binds?

1 Answers  


What are various types of assemblies ?

1 Answers   TCS,


What is Remoting?

0 Answers  


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

1 Answers  


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

0 Answers  


Categories