What?s a proxy of the server object in .NET Remoting?



What?s a proxy of the server object in .NET Remoting?..

Answer / guest

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 ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the use of gacutil.exe?

0 Answers   Amazon,


Should I use readerwriterlock instead of monitor.enter/exit?

0 Answers  


How many namespaces are in .net version 1.1?

0 Answers  


Explain what is an application domain?

0 Answers  


What is the difference between custom control and web control?

2 Answers  






How will you register com+ services?

0 Answers  


how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?

1 Answers  


Is .net a compiler?

0 Answers  


what is viewstate?

2 Answers  


How to view a .NET assembly?

0 Answers   QuestPond,


How can I get at the win32 api from a .net program?

0 Answers  


How Can Registry Editor in .NET?

1 Answers  


Categories