Blazor server-side CRUD app that talks to SQL Server & built with VS Code on Windows 10

preview_player
Показать описание
We will build a Server-side Blazor app that talks directly to SQL Server Express. This is a very realistic option since both Blazor and the database server run on the server.

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

I like your style of teaching. Thanks you very much.

nanaagyemanfrempongbrighto
Автор

Thanks, Really very good app, and using visual studio code added more value for the video.

mohamedenew
Автор

There are not many tutorials about this, Thank you.

irrefl
Автор

Why would this work on localhost and when publish on IIS server and database fetch operation would fail..

purplepanther
Автор

this is the best Blazor tutorial i have seen so far

festus-obi
Автор

Thank Sir for sharing another priceless knowledge 🙏

Azm
Автор

Very clear tutorial. You explain things well. Your project should work with Visual Studio 2019 ? Tried and it generated these errors:

State
Error CS0234 The type or namespace name 'Layouts' does not exist in the namespace (are you missing an assembly
no suitable method found to
Error CS0234 The type or namespace name 'Layouts' does not exist in the namespace (are you missing an assembly
Error CS0234 The type or namespace name 'Layouts' does not exist in the namespace (are you missing an assembly
no suitable method found to
Error CS0234 The type or namespace name 'Layouts' does not exist in the namespace (are you missing an assembly
no suitable method found to
no suitable method found to
Error CS0234 The type or namespace name 'Layouts' does not exist in the namespace (are you missing an assembly
Error CS0428 Cannot convert method group 'Add' to non-delegate type 'object'. Did you intend to invoke the
Error CS1660 Cannot convert lambda expression to type 'object' because it is not a delegate
Error CS0428 Cannot convert method group 'Insert' to non-delegate type 'object'. Did you intend to invoke the
Error CS0428 Cannot convert method group 'Update' to non-delegate type 'object'. Did you intend to invoke the
Error CS0428 Cannot convert method group 'Delete' to non-delegate type 'object'. Did you intend to invoke the

Any fixes / suggestions, please advise.

MoosesValley
Автор

Thank you very much! I am following your videos especially about Blazor. Please also add complexity on codes like dependent dropdowns on foreign tables and etc. thanks in advance!

ronjones