Course Overview
TOPLearn how to gather information from API documentation and perform HTTP operations in an ASP.NET Core Blazor web app.
Scheduled Classes
TOPOutline
TOPModule 1: Interact with an ASP.NET Core minimal API
- Learn how APIs are implemented in ASP.NET Core, and how to use API documentation to learn the APIs requirements.
Module 2: Implement HTTP operations in ASP.NET Blazor Pages
- Learn how to implement HTTP clients based on HttpClient and IHttpClientFactory. And how to implement code to perform HTTP operations in ASP.NET Core Blazor Pages.
Module 3: Render API responses in ASP.NET Core Blazor Pages
- Learn how to render API responses in ASP.NET Core Blazor Pages and perform HTTP operations by using page handlers.
Prerequisites
TOP- Experience writing C# at an intermediate level
- Ability to write HTML at an intermediate level
- Knowledge of RESTful services and HTTP action verbs
Who Should Attend
TOPStudents wishing to learn how to gather information from API documentation and perform HTTP operations in an ASP.NET Core Blazor Pages web app.