Тёмный

.Net 6 Blazor Server CRUD Without Web Api 

Coding Jackpot
Подписаться 3,1 тыс.
Просмотров 7 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@ChrystianBourassa
@ChrystianBourassa 4 месяца назад
Is it better to use crud inside blazor server or use crud ? what do you recommend. Which one is faster ?
@cissemy
@cissemy 2 года назад
Great. How to add filtering and pagination to it ? Thanks
@fivepaprika4039
@fivepaprika4039 2 года назад
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 👍🏻
@CodingJackpot
@CodingJackpot 2 года назад
If they don't want to use visual studio they can use visual studio code which is a lighter version but there may be compilation errors if the visual studio code is not setup properly but to compile the code and run it will require visual studio as it's a web project and not desktop application
@fivepaprika4039
@fivepaprika4039 2 года назад
@@CodingJackpot Thanks so much, so just to be clear there is no way that I can send a program to anyone else for them to run, without installing anything?
@CodingJackpot
@CodingJackpot 2 года назад
yes the receiver will need to required software's to run
@netrunner1987
@netrunner1987 2 года назад
Great video. Easy to follow.
@CodingJackpot
@CodingJackpot 2 года назад
Thanks for watching
@hintsoftware
@hintsoftware 2 года назад
sir, can we also connect sql server directly from Blazor WASM without Web API ?
@geraldtoco6034
@geraldtoco6034 2 года назад
The answer is no for Blazor WASM.
@geraldtoco6034
@geraldtoco6034 2 года назад
Sorry I did not search if there's a way for this BUT it is because, even if you can, you shouldn't, because the assemblies and your dlls are downloaded to the client's device.
@CodingJackpot
@CodingJackpot 2 года назад
yes this should be our approach as we should try to keep our dlls light weight
@maheshborse7049
@maheshborse7049 2 года назад
Amazing tutorial.. Keep it up man..
@CodingJackpot
@CodingJackpot 2 года назад
Thanks for watching please subscribe for upcoming videos 😊
@geraldtoco6034
@geraldtoco6034 2 года назад
You won't need to create a separate web api to handle your persistence if you are using blazor server.
@CodingJackpot
@CodingJackpot 2 года назад
For scalablity purpose if we want to host our api on different server than we may use it .. also it depends what is the scope of the project
@geraldtoco6034
@geraldtoco6034 2 года назад
@@CodingJackpot But that's not the purpose of the video, is it? For learning purposes, blazor server, by default, does not need a web api to do CRUD operations.
@fivepaprika4039
@fivepaprika4039 2 года назад
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 👍🏻
@CodingJackpot
@CodingJackpot 2 года назад
You can use visual studio code
Далее
Paint Projects
00:17
Просмотров 4,5 млн
Борщ в стиле высокой кухни!
00:57
Create a CRUD Blazor Webassembly API Controller
38:22
Brutally honest advice for new .NET Web Developers
7:19
.Net 6 Blazor Server Create Tab Control
7:37
Просмотров 6 тыс.
Should you use Bun, Deno etc. instead of Node.js?
7:28
Blazor tutorial - CRUD app in ~30 minutes
27:56
Просмотров 11 тыс.
.Net 6 Blazor Server CRUD Without Web Api
46:24