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



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

Answer / anshul sharma

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

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What Is A Multicast Delegate?

0 Answers   Siebel Systems,


What do you mean by a windows process in regards to memory allocation?

0 Answers  


How do you inherit from a class in C#?

1 Answers  


What is the difference between list and dictionary in c#?

0 Answers  


How to properly clean up excel interop objects?

0 Answers  






What is use of super class

4 Answers   NIIT,


What is boolean method?

0 Answers  


What is scope c#?

0 Answers  


Can a private virtual method can be overridden?

0 Answers  


There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 Answers   HCL,


Why do we use constructors in c#?

0 Answers  


Name the property of the textbox which cannot be changed at runtime?

0 Answers  


Categories