Course Overview
Learn how to gather information from API documentation and perform HTTP operations in an ASP.NET Core Blazor web app.
Prerequisites
- Experience writing C# at an intermediate level
- Ability to write HTML at an intermediate level
- Knowledge of RESTful services and HTTP action verbs
Course Content
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.
- Introduction
- Explore ASP.NET Core APIs
- Document an API by using Swashbuckle
- Exercise - Interact with an API
- Knowledge check
- Summary
Implement HTTP operations in ASP.NET Core Blazor Web apps
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 Web apps.
- Introduction
- Explore HTTP clients in .NET Core
- Perform HTTP operations in Blazor Web apps
- Exercise - Implement HTTP operations in ASP.NET Core Blazor Web apps
- Knowledge check
- Summary
Render API responses in ASP.NET Core Blazor Web apps
Learn how to render API responses in ASP.NET Core Blazor Web apps.
- Introduction
- Explore Blazor render modes and component lifecycle
- Discover Razor syntax
- Exercise - Render API responses in ASP.NET Core Blazor Web apps
- Knowledge check
- Summary