What is a proxy of the server object in .NET Remoting?
Answer Posted / 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 View All Answers
What is the difference between func and action delegate?
Can we inherit sealed class in c#?
Which is better interface or abstract class in c#?
How objects are stored in memory?
What are expressions c#?
When can a derived class override a base class member?
without modifying source code if we compile again, will it be generated MSIL again?
What is the use of parse in c#?
Is string value type c#?
What is type safe code?
What is difference between dynamic and var in c#?
What are get and set in c#?
What is uint c#?
Is c# good for games?
Write a syntax for writing a event delegate.