Blazor WASM - CRUD with Rest API - Step by Step

preview_player
Показать описание
In this video I will be showing you How to add CRUD functionality to a Blazor WASM app and connect it to our todoAPI which have created previously and load data dynamically from the API.

Starting Point Source Code:

Completed Project Source Code:

API Source Code:

Let us connect:

Support my work:

WHO AM I:
I'm Mohamad, a technical architect working in Manchester, UK. I make videos about web, cloud, desktop and mobile development.

GET IN TOUCH:

#blazor #restapi #beginners #WASM #aspnetcore #stepbystep #webassembly
Рекомендации по теме
Комментарии
Автор

Thank you Mohamed. Great tutorial! Will you continue this series with the authorization and using the refresh token?

jhdabomb
Автор

Great tutorials Mohamad!!! I really enjoy how in depth your videos are and how easy it is to follow!! Keep up the great work. Will you be creating a future video on how to utilize the API authentication/authorization with the blazon WASM app? :)

ryanp
Автор

jut a friendly tip: instead of encapsuling the if statement around the repsonse, invert the if and let it return you code direct 😎, it will improve readability when:
➡De code is null it will return direct else keep going and return later

tobiti