What are static assemblies and dynamic assemblies?
Explain the types of .net remoting?
What does manifest consists?
Explain how to perform remoting?
How to directly call a native function exported from a dll?
Will clr handle unmanaged code or not?
Is it a good design practice to distribute the implementation to remoting client?
What do mean by remotable objects in .net remoting?
what are the requirements to enable remote components to interact each other?
What is the difference between remoting and webservice?
Define proxy in .net remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What is UUID and GUID what is the size of this ID ?