top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can i consider or decide to use .NET Remoting or ASP.NET Web Services?

+1 vote
255 views
How can i consider or decide to use .NET Remoting or ASP.NET Web Services?
posted Mar 9, 2014 by Kanika Prashar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Remoting is a more efficient communication exchange when you can control both ends of the application involved in the communication process. Web Services provide an open-protocol-based exchange of information. Web Services are best when you need to communicate with an external organization or another (non-.NET) technology.

.NET remoting is for client/server communication on the same platform.
Web Service can be applicable for different platforms.

answer Mar 9, 2014 by Bhani Bhosle
...