What are the situations you will use a Web Service and Remoting in projects

Q

What are the situations you will use a Web Service and Remoting in projects?

✍: Guest

A

Well “Web services” uses “remoting” concepts internally. But the major difference between “web service” and “remoting” is that “web service” can be consumed by clients who are not .NET platform. While remoting you need the client to be .NET compliant. Regarding the speed issue “Remoting” is faster than “Web Services”. So I think when deciding the architecture side of choosing between “Web services” and “Remoting” keep the cross platform issue and the speed issue in mind.

2007-10-24, 4670👍, 0💬