Building Hybrid Windows Form Blazor Server App in Visual Studio 2022 C# .NET 7 and ElectronNET.API.

preview_player
Показать описание

Hi Viewers In this session I am demonstrating
Developing windows form application using Blazor App with visual studio 2022 and .Net7 and ElectronNET.API.
Below are the command to create and configure Blazor Server Electron App.

mkdir blazor-electron-demo
cd blazor-electron-demo
dotnet new blazorserver --no-https
dotnet add package ElectronNET.API
dotnet new tool-manifest
dotnet tool install ElectronNET.CLI
dotnet electronize init
dotnet electronize start
dotnet electronize build /target win

builder.WebHost.UseElectron(args);

Task.Run(async() = await Electron.WindowManager.CreateWindowAsync());

Happy Coding!!!

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

omg! im japanese. your contents is sooo epic! thank you!

natsuki
Автор

Well explained and demonstrated and easy to follow with the help of the shared list of commands. This was exactly what I was looking for!

megasokke
Автор

Please one videos CRUD using web api in maui Blazor hybrid app

youtubecreaters-gs
Автор

Error: Cannot find module 'C:\Users\Parul working to solve this

parulchauhan
Автор

its not very use full, steps is not clear.

parulchauhan