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 consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Elaborate the term WebService and how it differ from Remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are static assemblies and dynamic assemblies. Differences between them?
What is the purpose of strong name?
Types of compatabilities and explain them ?
Explain Singleton design pattern of Remoting?
Explain how to perform remoting?
What are the security features in .net remoting?
Can we configure a .net remoting object via xml file?
How do you implement distributed applications in .net?
Define delegates and events?
Are you aware of containment and Aggregation ?
Define singleton activation mode in .net remoting?
Explain threading types?