I am considering creating a small web-based learning application using .NET. My mystery is whether I should expose the application logic to other sites and applications through a REST API or a set of web services.
I am familiar with web services, but have not worked with REST. I understand the concept of REST, I just do not have practical experience.
Why should I use REST instead of web services for this scenario? Or not? What problems should I consider when developing a REST API, especially with .NET?
Rhys jones
source share