Hacker News new | ask | show | jobs
by bob1029 1849 days ago
We just started looking at building a new UWP app and have been wondering what reasonable alternatives may exist. I don't think anyone on our team is hellbent on authoring XAML documents, so maybe we start looking back at stuff like win32.
1 comments

Depends on which technlogy you want to use.

For C++, the path to avoid XAML is to stay with legacy MFC, adopt Qt or C++ Builder.

For .NET, there is really no way around XAML, other than keeping using Windows Forms, or doing everything by hand calling the .NET classes that map into XAML components, regardless of WPF, WinUI or MAUI.

Then there is Delphi as well.