About .NET Remoting and types of remoting ?
Answer Posted / praveen
NET Remoting is an enabler for application communication.
It is a generic system for different applications to use to
communicate with one another. .NET objects are exposed to
remote processes, thus allowing interprocess communication
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the differences between marshal by value and marshal by reference?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Define remotable objects in .net remoting?
Explain marshalling and its types in .net remoting
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What are the ways to configure remoting objects before client can use them?
What do you mean by passport authentication?
What are different types of assemblies?
Which Namespaces is used to achieve the Remoting?
What is fundamental of published or precreated objects in remoting?
Can you pass SOAP messages through remoting?
Elaborate the term WebService and how it differ from Remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the steps to publish an object outside the service domain
What are the advantage of remoting over web services?