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 is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
What are possible implementations of distributed applications in .NET?
What is unmanaged code and will CLR handle this kind of code or not ?
What is asynchronous programming?
Explain the types of .net remoting?
What are various types of assemblies ?
What are the security measures exist for .net remoting in system.runtime.remoting?
Write a example code for remoting?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
What is fundamental of published or precreated objects in remoting?
What are CAO's i.e. Client Activated Objects ?
How do you implement distributed applications in .net?