Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
1–10 of 138 posts
Re: Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
#2[deleted]
Re: Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
#3[deleted]
Re: Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
#4This is amazing and frustrating at the same time. The biggest problems, both of which are I think unavoidable, are the necessity to be aware of serialization and the version lock.
Re: Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
#5Can someone explain what is this?
Why someone might need this??
Re: Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
#6Can someone explain what is this? Why someone might need this??
I don't think there is currently any easy way to build a GUI app using .NET Core. This might come in handy for such projects.
Re: Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
#7Can someone explain what is this? Why someone might need this??
Many people like C#/F# more than Javascript (and it's derivatives).
Re: Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
#8Can someone explain what is this? Why someone might need this??
I don't think there is currently any easy way to build a GUI app using .NET Core. This might come in handy for such projects.
I am currently working on .NET/QML integration here: https://github.com/pauldotknopf/net-core-qml
Not quite production yet, but it will be soon.
Re: Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
#9This reminds me of the project I am currently working on.
.NET/QML https://github.com/pauldotknopf/net-core-qml
Not quite production yet, but it will be soon. I'd love to here some input. You can check the unit tests for how things are working currently.
At a certain point, I will also implement a Qml debugger in visual studio code.
Re: Electron.Net: Build cross platform desktop apps using .NET core and ASP.NET core
#10Please use Xamarin.Forms or Avalonia instead.