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
What are the security features in .net remoting?
Which Namespaces is used to achieve the Remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What are the information required to configure remote objects?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What is asynchronous programming?
Will clr handle unmanaged code or not?
What do mean by remotable objects in .net remoting?
define client activated objects (cao)?
Explain how to perform remoting?
How do you implement distributed applications in .net?
What is unmanaged code?
Define remotable objects in .net remoting?
Define singlecall activation mode in .net remoting?
What is objref object in remoting?