Summary
In this chapter, you learned:
- How to build an ASP.NET Core Web API service that can be called by any app on any platform that can make an HTTP request and process an HTTP response.
- How to try out and document web service APIs with Swagger.
- How to consume services efficiently.
In the next chapter, you will learn how to build web services using OData.