PART 5 || Blazor WebAssembly With CREATE, READ, UPDATE AND DELETE (CRUD) Functionalities.

Опубликовано: 07 Август 2026
на канале: The C Sharp Programmer
240
6

In the previous video, we created our Data Repeater Componet.
In this video we are creating an API with the following methods:

HttpPut - requests that the enclosed entity should be stored at the requested URL, if it determines that another resource is available at the URL, it will us the resource as a modified version and replaces the recourse at the server at a specified URL with the resource in the
request.

HttpDelete - Deletes the entity that has been specified.

HttpPost - This one is used to request that the specified entity should be added to a
collection that it belongs to and has been specified.

HttpGet - The get method is used for reading data. It retrieves every information
from the requested URL