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 are the types of remoting?
Write a example code for remoting?
Explain how does assembly versioning in .net prevent dll hell?
How can you configure a .net remoting object via xml file?
Define delegates and events?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Define singleton activation mode in .net remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
How do you directly call a native function exported from a DLL?
Define remotable objects in .net remoting?
Define singlecall activation mode in .net remoting?
How do you implement distributed applications in .net?
What are different types of assemblies?
When do we use delegates in your remoting applications?
What are the types of remotable objects?