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 |
How to perform Remoting?
What are static assemblies and dynamic assemlies. Differences between them ?
Which Namespaces is used to achieve the Remoting?
Give the Hierarchial description of remoting?
What are the ways to renew lifetime leases of objects?
Write a example code for remoting?
Explain how to perform remoting?
How to decide which to use .net remoting or asp.net web services?
When do we use delegates in your remoting applications?
What are the types of remoting?
Explain marshalling and its types in .net remoting
What distributed process frameworks outside .NET do you know?