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 |
Explain how to directly call a native function exported from a dll?
Is it a good design practice to distribute the implementation to remoting client?
How do you define the lease of the object?
Define proxy in .net remoting?
Define remotable objects in .net remoting?
Difference between remoting and web service ?
How does assembly versioning in .NET prevent DLL Hell?
3 Answers Satyam, Siebel Systems,
What are possible implementations of distributed applications in .NET?
How can you configure a .net remoting object via xml file?
What does manifest consists?
What are the advantage of remoting over web services?
Explain the Flow of remoting?