RESTful API vs Web Service API

22,907

Has been asked many times, e.g.

Share:
22,907
Rhys Jones
Author by

Rhys Jones

Updated on July 15, 2020

Comments

  • Rhys Jones
    Rhys Jones almost 4 years

    I am looking at doing a small web application for learning purposes, using .NET. My conundrum is whether I should be exposing application logic to other sites and applications via a REST API, or a set of Web Services.

    I am familiar with web services, but have not worked with REST. I understand the concepts of REST, I just have no practical experience with it.

    Why would I use REST instead of web services for this scenario? Or not? What the issues that I should be mindful of when designing a REST API, particularly with .NET?

  • Rhys Jones
    Rhys Jones almost 15 years
    Great; these did not pop up when I entered my question title. I shall check them out.