Pages

Men

rh

6/22/2012

Difference between Web Service and Remoting in Asp.net

Web Service:
A component assembled for programmable application logic that can be accessed  using standard protocols.
It is Stateless.
It is environment System.
Easy to create and Deploy.
It supports interoperability across the platforms.

Remoting:-
A process of communication between different operating systems regardless of whether they are in they are on the same computer.
It supports for both stateless and State full.
Environment through Singleton and SingleCall.
complex to create and deploy.
it requires the client be building .Net.

No comments :

Post a Comment