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 are the basics of c#?

0 Answers  


What is the difference between properties and indexer in c#?

0 Answers  


When was c# created?

0 Answers  


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

0 Answers  


C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

3 Answers   Visual Soft,






What are the Types of caching

0 Answers   TCS,


How do you sort a list in c#?

0 Answers  


Define thread? Explain about multithreading?

0 Answers  


Is c# easier than javascript?

0 Answers  


Why ienumerable is used in c#?

0 Answers  


Illustrate namespaces in c#?

0 Answers  


What is the difference between ienumerable and icollection?

0 Answers  


Categories