Skip to content

Use Blazor to develop your desktop app, no WebWindow or Electron.NET needed, just use your OS native browser.

Notifications You must be signed in to change notification settings

congzhangzh/blazor_server_desktop_app

Repository files navigation

It's a really workable application, just one single standalone exe file, allow to copy and run on any windows 10 computer.

  1. It will be single file standalone exe
  2. It's base on .net core 3.1
  3. It's a blazor server side application
  4. It will open you os browser when blazor server started
  5. It will exit automate when the browser tab be closed
  6. No heavilly electron&node&chromium needed

It's really cool, and you can quick start to develop a windows application by .net & web technology.

Have a lot of fun!

Demo

Use blazor to develop your desktop app