Writing a Windows Program in 2022?
I'm a web developer but looking to write a (non-cross-platform, Windows-specific) Windows native program. What's the best way to do this in 2022? WPF? .NET? UWP?
I like to use Lazarus to write native Windows applications, it's FreePascal based and it doesn't need addition runtime libraries installed.
https://www.lazarus-ide.org/
C# with Windows Forms or C++ with Qt. That would be the easiest options.