Choosing a Web Service or .Net Remoting in projects?

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

Chin Lee
Views: 4066 | Community Opinion: 3

Tags..  ASP.NET Web Services  .NET Remoting  .NET Framework

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Simen Peter Said..

Well Web services uses .Net remoting concepts internally. But the major difference between web service and .net 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 ".net Remoting" is faster than “Web Services”. So I think when deciding the architecture side of choosing between “Web services” and “.NET Remoting” keep the cross platform issue and the speed issue in mind.




Rinku Tyagi Said..

Please give me about VP




sitaram sastry from Hyderabad Said..

What u hve given is simple n good,apart from this any inner difference between these?.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: