Differences Between Webservices and .Net Remoting

Webservices:

1)Web Services are interoperable.
2)They can be used for exchange of data independent of platform (or) language.
3)Web Services can be invoked only over HTTP while Remoting can be used across any protocol.
4)Web Services are stateless while we can have support for state management using Remoting.

.Net Remoting:

1).NET Remoting can only run in homogenous environments.
2)It requires that both the Server and the Client should be .NET and should have the .NET Framework installed in them.


Comments

No responses found. Be the first to comment...


  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: