This repository covers the implementation of HTTP operations within an ASP.NET Core Razor Pages application. It includes adding the necessary code to create an HTTP client and handle operations such as GET, POST, PUT, and DELETE to manage data (a list of fruits).
Objectives: After completing this module, you will be able to:
- Implement HTTP clients in .NET Core.
- Use HTTP clients to perform safe and unsafe operations (GET, POST, PUT, DELETE).
- Add the required code to support HTTP operations in an ASP.NET Core Razor Pages app.
This repository is linked to the "Render API Responses in ASP.NET Core Razor Pages" repository, which handles the frontend logic to display the data.
You can check the first module here: Render API Responses in ASP.NET Core Razor Pages
For more information, you can follow this learning module: Microsoft Learn Module