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 is the purpose of System.EnterpriseServices namespace ?
What are remotable objects in .NET Remoting?
What are the ways to configure remoting objects before client can use them?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
1 Answers Tavant Technologies, TCS, Tech Mahindra,
What is the difference between .Net Remoting and Web Services ?
Explain marshalling and its types in .net remoting
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
About sn.exe ?
define client activated objects (cao)?
What are the differences between Marshal by value and Marshal by reference?
What are the security measures exist for .net remoting in system.runtime.remoting?
What is strong name and what is the need of it ?