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 different types of channels used by .net remoting?
What is the purpose of strong name?
Explain the hierarchial description of remoting?
Can you explain remoting?
Elaborate the term WebService and how it differ from Remoting?
define client activated objects (cao)?
What does manifest consists?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are static assemblies and dynamic assemblies?
Will clr handle unmanaged code or not?
What are different types of assemblies?
What are the different types of channels used by .net remoting and which is the best one?
What are the situations you will use singleton architecture in remoting ?
Define singlecall activation mode in .net remoting?
Types of compatabilities and explain them ?