What?s a proxy of the server object in .NET Remoting?



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

Post New Answer

More Dot Net Remoting Interview Questions

What?s SingleCall activation mode used for?

1 Answers  


What are the ways to renew lifetime leases of objects?

0 Answers  


what is sitemap

3 Answers  


Is it a good design practice to distribute the implementation to remoting client?

0 Answers  


What are the steps to publish an object outside the service domain

0 Answers  






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?

0 Answers  


define client activated objects (cao)?

0 Answers  


Will clr handle unmanaged code or not?

0 Answers  


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

0 Answers   DELL,


What are the remotable objects in .net remoting?

0 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


Categories