What technology enables out-of-proc communication in .NET ?
Answer / 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 |
Give the Hierarchial description of remoting?
Difference between web services & remoting?
What do you mean by windows authentication?
What is a strong name?
Explain how to perform remoting?
What do mean by remotable objects in .net remoting?
What is Remoting?
What is the proxy of the server object in .net remoting?
Define singlecall activation mode in .net remoting?
Are you aware of containment and Aggregation ?
Can you configure a .NET Remoting object via XML file?
1 Answers Tavant Technologies,
What are static assemblies?