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
Explain the steps to create satellite assembly?
What is an escape sequence in c#?
Is cli same as the clr?
Which programming language is best for desktop applications?
Are structs value types or reference types?
What is trim in c#?
What is a struct in C#?
what is the meaning of Object lifetime in OOPS
what is the difference between interface and multiple interface?
Can a method return multiple values in c#?
What is type checking in c#?
Is c# good for web development?
What is poco c#?
What is difference between singleton and static class in c#?
what class is underneath the sortedlist class?