Blazor server crud tutorial

preview_player
Показать описание
#blazor
Tutorial about blazor crud operations. We are using blazor server project in this tutorial.
Blazor is a framework by which you can create fullstack web SPA without using any javascript framework.

Hit the 👍 if you are loving the series.
.................
Please share it to your circle to support me.

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

Outstanding....very simple way of delivering info, please make a video for how to design blazor application

jennasyeda
Автор

A brilliant tutorial, Ravindra. Thank you. Can you build off this one and make more, please? I want to learn how to make a profile page, so people can add and save profile pictures and the difference between storing images in local, database and cloud and how to do it. I would be grateful!

buredabby
Автор

that was good, for beginners. please do a master detail, that would be really helpful.

mrt
Автор

Merhaba hocam, benim export.razor ve export.razor.cs classim var.. export.razor.cs bir config classini miras alıyor yani ComponentBase'i değil. Export.razor içerisinde bu Config classi inherits ettim ama ne yazikki export.razor.cs den bir dynamic listi bu export.razor da kullanamıyorum. Ne yapmalıyım? Export.razor.cs Config i miras alıyor config ise ComponentBase i miras alıyor..

kubraaydn
Автор

Hello Sir, please make a project with Authentications & Authorizations.

mdsafikulislam
Автор

Thanks
Can you add pagination and filter?

cissemy
Автор

Tray to make more video on MAUI Blazor also

dhirenpathak
Автор

Hello there I got this error:

Error Number:2, State:0, Class:20
"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)"


Know how to solve?

raffaelecascella
Автор

Thank you for this tutorial. It is very helpful. I would rahter like to work with dapper to be able to connect to different databases and use stored procedures. But that would be one of the next steps anyway. Keep up the good work.

uwejadick
Автор

Ur doing way to much code in ur razor should be subclass that out

dotnetdevni
Автор

I have an application with ef core that runs very well but as soon as i try to access one record the application crashes telling me that the table has no keys. According to SSMS both fields in that record are defined as keys. How can I change the class (definition of the entity) to get access to my table?

uwejadick