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 |
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What is the difference between .Net Remoting and Web Services ?
Which namespace is used for encryption ?
Can you configure a .NET Remoting object via XML file?
1 Answers Tavant Technologies,
What are the ways to configure remoting objects before client can use them?
How can you create a strong name for a .NET assembly?
What are CAO's i.e. Client Activated Objects ?
What is the difference between remoting and webservice?
When do we use delegates in your remoting applications?
What is unboxing?
What are the ways to renew lifetime leases of objects?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?