|
|
|
|
|
by sltr
321 days ago
|
|
On my projects [1][2], I use C# and Avalonia with Rider or Visual Studio. For extra performance, turn on AOT, which has the nice side-effect of making reversing your app to C# impossible. I worked in WPF for a decade. I wouldn't go with it for a new project since it's Windows-only and doesn't support AOT. At work we have a Blazor MAUI hybrid desktop app because it also has to run on the web. If we only needed a desktop app, I'd go with Avalonia. [1] https://linklever.net/
[2] https://github.com/endurabyte/FitEdit |
|