What?s a proxy of the server object in .NET Remoting?
Answer / bindu sarika
It is a fake copy of the server object that resides in the
client and behaves as if it is the real server.It handles
the communication between the client object and the real
server object.This process is known as marshalling.
| Is This Answer Correct ? | 7 Yes | 0 No |
what are the various type of channels used by .Net remoting and which is the best one?
How to decide which to use .net remoting or asp.net web services?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What are static assemblies and dynamic assemblies. Differences between them?
How can you configure a .net remoting object via xml file?
What are the security measures exist for .net remoting in system.runtime.remoting?
Define the lease of the object?
What are static assemblies and dynamic assemlies. Differences between them ?
Can you pass SOAP messages through remoting?
Name the distributed systems available apart from .net remoting?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
Give the Hierarchial description of remoting?