Choosing between HTTP and TCP for protocols and Binary and
SOAP for formatters, what are the trade-offs?
Answer Posted / sarita rawat
Binary over TCP is the most effiecient, SOAP over HTTP is the most interoperable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should we choose .net remoting over .net web services?
Can we configure a .net remoting object via xml file?
Define remotable objects in .net remoting?
What are dynamic assemblies?
What are the advantage of remoting over web services?
How to directly call a native function exported from a dll?
Can you explain remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What is a formatter in .net remoting?
What are the types of remoting?
How to decide which to use .net remoting or asp.net web services?
What are static assemblies and dynamic assemblies. Differences between them?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are the different types of channels used by .net remoting?
What are the security measures exist for .net remoting in system.runtime.remoting?