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 difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Can you explain remoting?
Which Namespaces is used to achieve the Remoting?
What is the proxy of the server object in .net remoting?
Define delegates and events?
define client activated objects (cao)?
What are dynamic assemblies?
What are different types of assemblies?
Explain the types of .net remoting?
Write a example code for remoting?
What does manifest consists?
What are the difference between static assemblies and dynamic assemblies?
Difference between .net remoting versus distributed com?
What are the security features in .net remoting?