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

Опубликовано: 13 Октябрь 2023
на канале: Biswa Ranjan
985
22

Please Subscribe to my new channel: https://www.youtube.com/@SunRider54/v...

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



Add the below lines in Program.cs file

builder.WebHost.UseElectron(args);

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


Happy Coding!!!

#BlazorServerApp #DotNetCore #WinForms


Смотрите видео Building Hybrid Windows Form Blazor Server App in Visual Studio 2022 C# .NET 7 and ElectronNET.API. онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Biswa Ranjan 13 Октябрь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 985 раз и оно понравилось 22 людям.