The following exercises are designed to provide you with a hands-on learning experience implementing HTTP operations, and rendering the results, in an ASP.NET Core Blazor web app. Learn how to gather needed information from a documented API, implement HTTP clients, and perform data operation through an API.
Exercises
-
Interact with an ASP.NET Core minimal API
In this exercise, you run an ASP.NET Core minimal API locally and explore the API and the underlying code. You also publish the API to Azure App Service. -
Implement HTTP operations in ASP.NET Core Blazor Web apps
Learn how to add implement an HTTP client and perform GET, POST, PUT, and DELETE operations. -
Render API responses in ASP.NET Core Blazor Web apps
Learn how to render results from HTTP operations in an ASP.NET Core Blazor web app.