Blank Video Poster

Build Cross Platform Desktop Apps using Electron.NET (Step by Step Tutorial)

Feb 16, 2022

tutlinks.com

In this tutorial we will see how to build a Electron.NET application from the scratch and how to debug it using VS Code IDE. We will also build and publish the cross platform application that targets windows and understand how to publish the same app for Mac and Linux operating systems. Detailed Article http://bit.ly/2M0hHBB Full Source Code: https://github.com/windson/Electron.NET-Tutorials Contents (00:00) Need for Cross Platform Applications (00:49) A brief on Electron.NET and Electron Applications (01:34) Setup Development Environment (02:22) Create and Setup .NET Core project for Electron.NET Application (03:06) Convert the dotnet webapp to Electron.NET App (04:58) Initialize Electron.NET Application & Generate electron manifest (05:19) Add Splash Screen to Electron Application (06:25) Running the Electron.NET Application & Detail behind the Electron.NET compilation process (07:30) Demo on How to Debug Electron.NET Application from VS Code (08:46) Demonstration of Electron.NET Window Events (09:35) Build the Electron.NET Application to target Windows OS (10:25) Understanding the Output directories published by Electron.NET App (10:46) Tour of Portable version of Hello World Electron.NET App we just built
#Programming #Software