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 is the purpose of System.EnterpriseServices namespace ?

1 Answers   Digital GlobalSoft,


What are remotable objects in .NET Remoting?

2 Answers  


What are the ways to configure remoting objects before client can use them?

0 Answers  


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 ?

1 Answers  






Explain marshalling and its types in .net remoting

0 Answers  


What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

0 Answers  


About sn.exe ?

2 Answers   MMTS, TCS,


define client activated objects (cao)?

0 Answers  


What are the differences between Marshal by value and Marshal by reference?

4 Answers   Verizon,


What are the security measures exist for .net remoting in system.runtime.remoting?

0 Answers  


What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


Categories