Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

4 like 0 dislike
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best answer
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 informaion. Web Services are best when you need to communicate with an external organization or another (non-.NET) technology.
answered 1 year ago by marck_don (191,010 points)

Related questions

2 like 0 dislike
1 answer
3 like 0 dislike
1 answer
4 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
3 like 0 dislike
1 answer