Choosing between HTTP and TCP for protocols and Binary and
SOAP for formatters, what are the trade-offs? In what way
it is best?
Answers were Sorted based on User's Feedback
Answer / sathiya
Binary over TCP is the most effiecient, SOAP over HTTP is
the most interoperable.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajeshree
Soap formatters are preffered over Binary as they do not
firewall issue
Is This Answer Correct ? | 3 Yes | 0 No |
What are the different types of channels used by .net remoting and which is the best one?
What is unmanaged code?
Threading Types ?
Explain marshalling and its types in .net remoting
Which namespace is used for encryption ?
How do you implement distributed applications in .net?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What?s a proxy of the server object in .NET Remoting?
What are the remotable objects in .net remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What are the situations you will use singleton architecture in remoting ?
Explain how does assembly versioning in .net prevent dll hell?