C
C#2mo ago
Amir

Which .NET UI platform to use?

I want to create a desktop app, but I'm unsure on whether I should use .NET MAUI, WinForms, WPF, WinUI, Avalonia or Uno?
5 Replies
ero
ero2mo ago
$desktopdev hmm $desktopappdev
Amir
AmirOP2mo ago
ok thank you very much
ero
ero2mo ago
And $newproject I guess
MODiX
MODiX2mo ago
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework. .NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended. https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png

Did you find this page helpful?