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 difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

0 Answers  


How do you register a .NET assembly?

2 Answers   Microsoft,


About .NET Remoting and types of remoting ?

2 Answers   MMTS, SunGard,


What does manifest consists?

0 Answers  


What is the difference between .Net Remoting and Web Services ?

1 Answers  






What is unmanaged code and will CLR handle this kind of code or not ?

1 Answers   DELL,


what is sitemap

3 Answers  


Define the lease of the object?

0 Answers  


what is Client-activated object in remoting?

0 Answers   DELL,


Which Namespaces is used to achieve the Remoting?

0 Answers  


What are the different types of channels used by .net remoting?

0 Answers  


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

0 Answers  


Categories