You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Oct 31, 2025
·
3 revisions
Electron.NET Wiki Home
Welcome to the Electron.NET Core documentation! This wiki covers everything you need to know about building cross-platform desktop applications with ASP.NET Core and Electron.NET.
🚀 What is Electron.NET Core?
Electron.NET Core is a complete modernization of Electron.NET that eliminates the CLI tool dependency and integrates deeply with Visual Studio's MSBuild system. It transforms the development experience by providing:
Native Visual Studio Integration - No more CLI tools or JSON configuration files
Console Application Support - Build Electron apps with simple console applications, not just ASP.NET
Cross-Platform Development - Build and debug Linux applications from Windows via WSL
Enhanced Debugging - ASP.NET-first debugging with Hot Reload support
Flexible Architecture - Choose any Electron version and target multiple platforms
✅ No CLI Tools Required - Everything works through Visual Studio
✅ Console App Support - Use any HTML/JS source, not just ASP.NET
✅ True Cross-Platform - Build Linux apps from Windows
✅ Modern Debugging - Hot Reload and ASP.NET-first debugging
✅ Flexible Packaging - Choose any Electron version
✅ MSBuild Integration - Leverages .NET's build system
🚦 Getting Started
New to ElectronNET.Core? Start here:
ASP.NET Setup - Traditional web application approach
Found an issue or want to improve the documentation? Contributions are welcome!
The wiki is auto-generated from the /docs folder in the GitHub repository.