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
Explain how to perform remoting?
Is it a good design practice to distribute the implementation to remoting client?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What are the steps to publish an object outside the service domain
Define singlecall activation mode in .net remoting?
Explain when we use web service and when we use remoting?
What is the Difference between CAO and SAO in Remoting.
What is Remoting?
Define a process?
What is objref object in remoting?
What do you mean by passport authentication?
What is unmanaged code?
Explain the types of .net remoting?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Explain the hierarchial description of remoting?