Course
Digicomp Code AZ2X2
Develop an ASP.NET Core Web App that Consumes an API – Intensive Training («AZ2X2»)
Learn how to gather information from API documentation and perform HTTP operations in an ASP.NET Core Razor Pages web app.
Duration
0.5 days
Price
450.–
Course documents
Official Microsoft Courseware and Microsoft Learn
Course facts
- Describing the two model types of APIs in ASP.NET Core
- Creating Swagger documentation for an API by using Swashbuckle
- Interacting with an API by using the Swagger interface
- Implementing HTTP clients in .NET Core
- Using HTTP clients to perform safe and unsafe operations
- Adding code to support HTTP operations in an ASP.NET Core Razor Pages app
- Combining HTML and C# to define dynamic page rendering logic
- Rendering API responses in Razor Pages
- Creating pages that perform HTTP operations
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.
2 Implement HTTP operations in ASP.NET Razor 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 Razor Pages.
3 Render API responses 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.
This course is aimed at Developers.
- Experience writing C# at an intermediate level
- Ability to write HTML at an intermediate level
- Knowledge of RESTful services and HTTP action verbs