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 use of generics in c#?
What is c# windows form application?
What is called method in c#?
If a method's return type is void, can you use a return keyword in the method?
What is the difference between iqueryable and ienumerable?
What is the difference between throw and throw ex?
Can I do things in il that I can't do in c#?
How long does a loop recorder procedure take?
Is unity object oriented?
Why do we need interfaces in c#?
How does a while loop work?
Name some string escape sequences in c#.
Are string objects mutable or immutable?
How to install or uninstall a windows service?
What is a event in c#?