How do you develop cross platform desktop apps?
There are many ways of course however, using the Electron base (used by VS Code for example), a platform using dotnet core has been around for some time now.
On this show we have a quick look at what it is and what it might be able to you build true cross platform apps – you can also use something like SQLite for local database storage!
Here is the official GitHub repo for Electron.NET
Also, a good post about using Blazor with Electron.NET (what madness is this? !!)
Finally, as a balance, Steve Sanderson’s lighter example using WebView instead of Electron.