Dot Net Remoting Question:

Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

Dot Net Remoting Interview Question
Dot Net Remoting Interview Question

Answer:

Binary over TCP is the most effiecient, SOAP over HTTP is
the most interoperable.


Previous QuestionNext Question
When we use web service and when we use Remoting?How does assembly versioning in .NET prevent DLL Hell?