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

Intermediate
Developer
ASP.NET Core
.NET

Learn how to gather information from API documentation and perform HTTP operations in an ASP.NET Core Razor Pages 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

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.

Learn how to implement HTTP clients based on HttpClient and IHttpClientFactory. And how to implement code to perform HTTP operations in ASP.NET Core Razor Pages.

Learn how to render API responses in ASP.NET Core Razor Pages and perform HTTP operations by using page handlers.