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 boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,


What are possible implementations of distributed applications in .NET?

2 Answers  


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

1 Answers   DELL,


What is asynchronous programming?

0 Answers  


Explain the types of .net remoting?

0 Answers  


What are various types of assemblies ?

1 Answers   TCS,


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

0 Answers  


Write a example code for remoting?

0 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

2 Answers  


What is fundamental of published or precreated objects in remoting?

0 Answers  


What are CAO's i.e. Client Activated Objects ?

1 Answers  


How do you implement distributed applications in .net?

0 Answers  


Categories