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 dapper in c#?
What is datacontract in c#?
What is console writeline in c#?
Why delegates are safe in c#?
What is xml serialization in c#?
What happens during the process of boxing?
What is lazy in c#?
What is meant by console programming?
List the different stages of a thread?
What is “using” statement in c#?
What is datatable in c#?
Why do we need generics in c#?
What is the difference between mobile application and desktop application?
List down the differences between public, static and void keywords?
What are tuples c#?