How to build: Blazor+Electron.NET desktop app? #798

Closed
opened 2026-01-29 16:48:54 +00:00 by claunia · 3 comments
Owner

Originally created by @ZedZipDev on GitHub (Jun 1, 2022).

Originally assigned to: @GregorBiswanger on GitHub.

🚨 The issue tracker is not for questions 🚨

I am trying to find the readme: how to build Blazer+Electron.NET sample Desktop application:
1.
2.
...
N.
For example, this Blazor app
https://github.com/edandersen/blazor-desktop-crossplatform-sample

Originally created by @ZedZipDev on GitHub (Jun 1, 2022). Originally assigned to: @GregorBiswanger on GitHub. 🚨 The issue tracker is not for questions 🚨 I am trying to find the readme: how to build Blazer+Electron.NET sample Desktop application: 1. 2. ... N. For example, this Blazor app https://github.com/edandersen/blazor-desktop-crossplatform-sample
claunia added the question label 2026-01-29 16:48:54 +00:00
Author
Owner

@ggomarighetti commented on GitHub (Jun 9, 2022):

Resume

You must understand that Blazor and Electron.NET are two totally different things, Blazor (in this case Blazor Server) is your entire web application, and Electron.NET is just a "host" that creates a new window of a custom program for the client to consume that web application.

You should first focus on developing your web application as such, and then add Electron.NET to the project so that you can package it as an application and distribute it.

The step-by-step on how to add Electron.NET is in the Readme of the repository, it doesn't take much more than that.

@ggomarighetti commented on GitHub (Jun 9, 2022): #### Resume You must understand that Blazor and Electron.NET are two totally different things, Blazor (in this case Blazor Server) is your entire web application, and Electron.NET is just a "host" that creates a new window of a custom program for the client to consume that web application. You should first focus on developing your web application as such, and then add Electron.NET to the project so that you can package it as an application and distribute it. The step-by-step on how to add Electron.NET is in the Readme of the repository, it doesn't take much more than that.
Author
Owner

@ZedZipDev commented on GitHub (Jul 18, 2022):

Ok, thanx, I see.
I mean exactly this: step by step how to add electron to my (Blazor, ASP.NET) app..

@ZedZipDev commented on GitHub (Jul 18, 2022): Ok, thanx, I see. I mean exactly this: step by step how to add electron to my (Blazor, ASP.NET) app..
Author
Owner

@GregorBiswanger commented on GitHub (Mar 28, 2023):

https://youtu.be/6MjxgbmTAAM

@GregorBiswanger commented on GitHub (Mar 28, 2023): https://youtu.be/6MjxgbmTAAM
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#798