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 is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What are dynamic assemblies?
Which one is better WebService and Remoting ?
What are static assemblies?
Can you explain remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Define remotable objects in .net remoting?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What is the Difference between CAO and SAO in Remoting.
what are the requirements to enable remote components to interact each other?
Explain the differences between marshal by value and marshal by reference?
What is unboxing?
Explain Singleton design pattern of Remoting?
How to directly call a native function exported from a dll?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?