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
List some Advantages of switch-case over if else?
What is called method in c#?
What are the 4 pillars of any object oriented programming language?
Explain different properties of object oriented systems.
Which is faster abstract class or interface in c#?
Give an example of a ctype.
Why is ienumerable used?
What is difference between internal and protected internal in c#?
What is the benefit of delegate in c#?
Name the connections does microsoft sql server support?
How do I create a multilanguage?
What happens if you add duplicate elements to a set?
what is scope of a protected internal member variable of a c# class
Can an interface extend a class c#?
What is sorted list in c#?