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 “out” and “ref” parameters in c#?
What is a thread? What is multithreading?
What is Asynchronous call and how it can be implemented using delegates?
What is difference between encapsulation and abstraction in c#?
What are the steps for creating clr trigger
What is wrong with the sample program below?
What is data binding c#?
What is local function?
What is the task perform by clr?
what are the differences between a class and structure
How many root nodes are there in an xml document?
In which way a two-dimensional array declared in C#?
What is Implementation inheritance and interface inheritance?
What is the difference between an integer and int?
Explain About delegates