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 enumerable in c#?

0 Answers  


What namespaces are necessary to create a localized application?

2 Answers   Rolta, Siebel Systems, Visual Soft,


What is the default modifier for class in c#?

0 Answers  


What is c# console application?

0 Answers  


Can abstract class have constructor in c#?

0 Answers  






How u call destructor and dispose methode in c#.NET

1 Answers  


What is regex c#?

0 Answers  


Which is the best language for desktop application?

0 Answers  


what is the fastest way to concatenate strings in c sharp?

4 Answers   HCL,


Do vs while c#?

0 Answers  


Can we have multiple threads in one app domain?

0 Answers  


What are the types of attributes in c#?

0 Answers  


Categories