Hacker News new | ask | show | jobs
by deaddodo 659 days ago
.net Core doesn't supply WinForms, but WPF is the far more common paradigm for Windows apps now. WPF is supported by projects like Avalonia on Linux. There are also a few other major alternative UI toolkits, more commonly used by cross-platform (vs Windows-exclusive) developers.
1 comments

.NET Core does support Windows Forms just fine, but it’s only available on Windows.