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 test and document web service APIs with Swagger.
- How to consume services efficiently.
- How to build a basic HTTP API service using Minimal APIs.
In the next chapter, you will learn how to build user interfaces using Blazor, Microsoft’s component technology that enables developers to build client-side SPAs for websites using C# instead of JavaScript, and PWAs or hybrid apps for desktop.