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 are the ways to renew lifetime leases of objects?

0 Answers  


What?s Singleton activation mode?

3 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What is unmanaged code?

0 Answers  


Are you aware of containment and Aggregation ?

0 Answers   DELL,


What is the proxy of the server object in .net remoting?

0 Answers  


What is the purpose of strong name?

0 Answers  


Explain marshalling and its types in .net remoting

0 Answers  


Can you explain remoting?

0 Answers   QuestPond,


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()

1 Answers  


What do mean by remotable objects in .net remoting?

0 Answers  


Categories