what are the various type of channels used by .Net remoting
and which is the best one?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
what is the diff between remoting and webservice
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Define remotable objects in .net remoting?
How to register a shared assembly ?
What are static assemblies?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
What is unboxing?
Which Namespaces is used to achieve the Remoting?
Explain when we use web service and when we use remoting?
Is it a good design practice to distribute the implementation to remoting client?