© Adam Freeman 2018
Adam FreemanPro Entity Framework Core 2 for ASP.NET Core MVChttps://doi.org/10.1007/978-1-4842-3435-8_10

10. SportsStore: Creating a RESTful Web Service

Adam Freeman1 
(1)
London, UK
 

Web services are useful for providing data to client-side applications that are written with frameworks such as Angular or React. These applications are typically run in browsers and don’t require the HTML content that the rest of the SportsStore provides. Instead, these applications interact with the ASP.NET Core MVC application using HTTP requests and receive data formatting using the JavaScript Object Notation (JSON) standard.

In this chapter, I am going to complete the SportsStore application by adding a RESTful web service that can provide web ...

Get Pro Entity Framework Core 2 for ASP.NET Core MVC now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.