What?s a proxy of the server object in .NET Remoting?
Answer / bindu sarika
It is a fake copy of the server object that resides in the
client and behaves as if it is the real server.It handles
the communication between the client object and the real
server object.This process is known as marshalling.
Is This Answer Correct ? | 7 Yes | 0 No |
What?s SingleCall activation mode used for?
What are the ways to renew lifetime leases of objects?
what is sitemap
Is it a good design practice to distribute the implementation to remoting client?
What are the steps to publish an object outside the service domain
What is the difference between authentication and authorization ?
7 Answers Digital GlobalSoft, Qatar University,
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
define client activated objects (cao)?
Will clr handle unmanaged code or not?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What are the remotable objects in .net remoting?
How do you reference to a private & shared assembly ?