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

Published: 13 October 2023
on channel: 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


Watch video Building Hybrid Windows Form Blazor Server App in Visual Studio 2022 C# .NET 7 and ElectronNET.API. online without registration, duration hours minute second in high quality. This video was added by user Biswa Ranjan 13 October 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 985 once and liked it 22 people.