Basic Dot Net Question:
Download Questions PDF

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

Answer:

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.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services? What are remotable objects in .NET Remoting?