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 are the ways to renew lifetime leases of objects?
What?s Singleton activation mode?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What is unmanaged code?
Are you aware of containment and Aggregation ?
What is the proxy of the server object in .net remoting?
What is the purpose of strong name?
Explain marshalling and its types in .net remoting
Can you explain remoting?
Can you configure a .NET Remoting object via XML file?
1 Answers Tavant Technologies,
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
What do mean by remotable objects in .net remoting?