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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the channels in .net remoting?

512


Which Namespaces is used to achieve the Remoting?

551


What is unmanaged code?

509


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

1649


What is objref object in remoting?

668






What do mean by remotable objects in .net remoting?

503


Types of compatabilities and explain them ?

2012


Explain Singleton design pattern of Remoting?

540


What is asynchronous programming?

547


Explain threading types?

627


what are the requirements to enable remote components to interact each other?

509


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

517


How do you directly call a native function exported from a DLL?

6614


What is the proxy of the server object in .net remoting?

543


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

504