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


Please Help Members By Posting Answers For Below Questions

What is dependency injection in simple words?

504


How do you set a class path?

447


Describe how a .net application is compiled and executed

522


Does hashset allow duplicates c#?

518


Is multiple inheritance possible in c#?

560






What is the difference between arraylist and list in c#?

458


What is the advantage of singleton class?

478


When do you generally use a class over a struct?

543


What is the difference between mobile application and desktop application?

450


What is the diff between the System.Array.CopyTo() and System.Array.Clone()?

546


Can a constructor be static in c#?

522


How long will it take to learn c sharp?

491


What are the properties of string?

489


in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

675


What is binding in c#?

491