Now that you have completed the data access layer for the SpyStore e-commerce site, it’s time to create the RESTful service that exposes the data operations. The service will serve as the backend for all of the UI frameworks used in the rest of this book, and is built using ASP.NET Core.
Introducing ASP.NET Core RESTful Services
The ASP.NET MVC framework started gaining traction almost immediately, and Microsoft ...