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 |
What is objref object in remoting?
What is the difference between private and shared assembly?
When we use web service and when we use Remoting?
What are the remotable objects in .net remoting?
Define remotable objects in .net remoting?
What is Remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are different types of assemblies?
what is Client-activated object in 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?
When should we choose .net remoting over .net web services?
Are you aware of containment and Aggregation ?