Summary
In this chapter, you learned:
- How to build an ASP.NET Core web service using Minimal APIs that can be called by any app on any platform that can make an HTTP request and process an HTTP response
- How to document web service APIs with OpenAPI
- How to test web services using a browser, HTTP editor, or REST client
- How to consume services efficiently
In the Epilogue, I will make some suggestions for books to take you deeper into C# and .NET.