Blazor WebAssembly CRUD, filter & pagination with .dot net 7 web api

preview_player
Показать описание
#blazor #blazorwasm
It is a complete tutorial of Blazor WebAssembly crud operation. You will also learn to filter records in blazor, apply paging in blazor.
Blazor.
What is blazor WebAssembly/ wasm?
Blazor WebAssembly is a single-page app (SPA) framework for building interactive client-side web apps with .NET. Blazor WebAssembly uses open web standards without plugins or recompiling code into other languages. Blazor WebAssembly works in all modern web browsers, including mobile browsers.

Running .NET code inside web browsers is made possible by WebAssembly (abbreviated wasm). WebAssembly is a compact bytecode format optimized for fast download and maximum execution speed. WebAssembly is an open web standard and supported in web browsers without plugins.

Hit the 👍 if you like the video.
.................
Please share it to your circle to support me.

Other links:
.......................................................
connect with me
..........................................
Become a supporter❤:
Рекомендации по теме
Комментарии
Автор

can you make how to build using ci/cd ?

codeislife
Автор

I want to show only 3 pages at a time. Please give a hint

godfreykuboi
Автор

Hi Ravindra.
Somehow i don't see the tables in SQL Server Management Studio. I added the migration and updated the database, but nothing appears. What could be wrong? Thanks!

kaymansolo
Автор

I used your tutorial to make my own table to replace the Person table. My table uses a string as a key instead of the int Id. But now I get an error related to Json parsing. I think it is the statement in the Persons.razor compenent, "personData = await which I changed to "partsLibraryList = await in my app. Do you know how to fix the issue? Thank you.

CyprianLibera
Автор

When I click on person I get :
Unhandled exception rendering component: Object reference not set to an instance of an object.
Object reference not set to an instance of an object.
at __builder) in 20

phillismable