What technology enables out-of-proc communication in .NET ?
Answer Posted / priya bharti
Most usually Remoting;.NET remoting enables client applications to use objects in other processes on the same computer or on any other computer available on its network.While you could implement an out-of-proc component in any number of other ways, someone using the term almost always means Remoting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantage of remoting over web services?
Can you pass SOAP messages through remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is Remoting?
Explain Singleton design pattern of Remoting?
What is unmanaged code?
What do mean by remotable objects in .net remoting?
Name the distributed systems available apart from .net remoting?
What are static assemblies and dynamic assemblies?
When should we choose .net remoting over .net web services?
Explain how to directly call a native function exported from a dll?
Explain threading types?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What are the steps to publish an object outside the service domain
How can we call methods in remoting asynchronously?