Choosing between HTTP and TCP for protocols and Binary and
SOAP for formatters, what are the trade-offs? In what way
it is best?
Answer Posted / sathiya
Binary over TCP is the most effiecient, SOAP over HTTP is
the most interoperable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the threading types?
Explain Singleton design pattern of Remoting?
What does manifest consists?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Explain how does assembly versioning in .net prevent dll hell?
What are different types of assemblies?
What is a formatter in .net remoting?
When should we choose .net remoting over .net web services?
What are the remotable objects in .net remoting?
Explain serialization formatters in .net remoting
How can you configure a .net remoting object via xml file?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
How do you implement distributed applications in .net?
What are the different types of channels used by .net remoting?
What do mean by remotable objects in .net remoting?