Interview Questions

What’s a proxy of the server object in .NET Remoting?

.NET Interview Questions and Answers


(Continued from previous question...)

46. What’s a proxy of the server object in .NET Remoting?

It’s a fake copy of the server object that resides on the client side and behaves as if it was the server. It handles the communication between real server object and the client object. This process is also known as marshaling.

(Continued on next question...)

Other Interview Questions