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. You also learned how to test and document web service APIs with Swagger, as well as how to consume services efficiently.
In the next chapter, you will learn how to add intelligence to any type of application using machine learning.