Develop an ASP.NET Core web app that consumes an API

At a glance

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
Start

Modules in this learning path

Learn how APIs are implemented in ASP.NET Core, and how to use API documentation to learn the APIs requirements.

Start

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.