What technology enables out-of-proc communication in .NET ?



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

Post New Answer

More Dot Net Remoting Interview Questions

Explain the hierarchial description of remoting?

0 Answers  


What are the threading types?

0 Answers  


Explain the Flow of remoting?

0 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers  


What are the security issues if we send a query from the application?

2 Answers   Microsoft, Timken,






Are you aware of containment and Aggregation ?

0 Answers   DELL,


How do you register a .NET assembly?

2 Answers   Microsoft,


When we use web service and when we use Remoting?

2 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


How can you create a strong name for a .NET assembly?

2 Answers  


How do you directly call a native function exported from a DLL?

2 Answers  


Define proxy in .net remoting?

0 Answers  


Categories