.Net 6 Blazor Server CRUD Without Web Api

preview_player
Показать описание
In this video we have developed how we can do create update delete operations without Web Api

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

Is it better to use crud inside blazor server or use crud ? what do you recommend. Which one is faster ?

gtldeuv
Автор

Great.
How to add filtering and pagination to it ?
Thanks

cissemy
Автор

Hi there, great video, I have a question, is there a way with visual studio to share the program to anyone that doesn’t require visual studio to be installed, I’ve been trying to get it to work using exe files but can’t manage it, thanks 👍🏻

fivepaprika
Автор

You won't need to create a separate web api to handle your persistence if you are using blazor server.

geraldtoco
Автор

sir, can we also connect sql server directly from Blazor WASM without Web API ?

hintsoftware
Автор

Hi there, great video, I have a question, is there a way with visual studio to share the program to anyone that doesn’t require visual studio to be installed, I’ve been trying to get it to work using exe files but can’t manage it, thanks 👍🏻

fivepaprika