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

Is concurrent queue thread safe?

0 Answers  


What is a delegate? Explain.

0 Answers  


List down the differences between “dispose” and “finalize” methods in c#.

0 Answers  


Can you declare a field readonly?

0 Answers  


What is the predicate of a sentence?

0 Answers  


Does c# have its own class library?

0 Answers  


Can you put two constructor with the same structure in a class?

0 Answers  


What is helper method in c#?

0 Answers  


What is thread.sleep()?

0 Answers  


Explain what are three test cases you should go through in unit testing?

0 Answers  


What is the use of console?

0 Answers  


Why generics are used in c#?

0 Answers  


Categories