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

Опубликовано: 29 Сентябрь 2024
на канале: The C Sharp Programmer
351
8

Link to the HTML Code: https://drive.google.com/file/d/1yFZY...

In the previous video, we created our API that will be used to send requests of our CRUD operations to the database.
In this video, we are creating the UI(User Interface) using a Razor component. Razor components are able to hold both HTML and C# code.