A Beginners' Guide to Blazor WebAssembly - CRUD Operations

preview_player
Показать описание
How to add CRUD operations to a Blazor WebAssembly project. The database is SQLite and Dapper is used.

Useful links:
Рекомендации по теме
Комментарии
Автор

This is the second time that I did the entire tutorial, on clicking save in the countriesaddedit form, the country does not save and show up on the list. I’m getting a 404 error. I ended up deleting the entire application. I’m feeling disheartened. Maybe I’ll try for the 3rd time and see

atirah
Автор

But how you can deal with many rows? If you have many rows and you have to use that navigator ( redirect to ) the data has to be pulled from the server again. Any solution to just bring the newly inserted data?

christianrazvan
Автор

Christopher, Edit, finally works for me. Instead of manually typing the code, by watching tutorial after tutorial, i just copied the code from your website and redid the entire application until the CRUD Edit/Update to see whether the code works. It finally did. I think this was my 4th attempt. I must have made a mistake somewhere. I'll now try to see where i made a mistake. Thanks a lot for these videos. They are really good.

atirah
Автор

Thank you for this Great Tutorial, I there a way to have the source code of this project that used with Sqlite & Dapper?

scotolivera
Автор

The application is showing a server error. I'm new to this, so i'm not very well versed at debugging the application. So i decided to do it all over again. The application worked until Create, but when it came to the update part, i may have made a mistake somewhere, and i'm just unable to figure out where, so i decided to redo everything. This video, is the most difficult, in this series so far. It is also the longest. Christopher, thanks for making these videos. I have enrolled in many courses in Udemy, and also took iamtimcorey's c# masterclass. I still feel very lost.. is there light under the tunnel?

atirah
Автор

What is Cors. Does Cors cause the application to give errors?

atirah