Hacker News new | ask | show | jobs
by j16sdiz 1850 days ago
> … where there isn't an official modern platform-native UI toolkit that people are likely to use.

I found WinForms quite usable.

2 comments

Exactly. If you don't need pixel perfection or 3D, WinForms are perfect. Fast, simple, and with a lightning develop-build-test loop. Plus, it's officially supported on .NET Core.
> If you don't need pixel perfection or 3D, WinForms are perfect.

This is kinda amusing because WinForms is very popular among game developers for making tools and 3D editors :-P.

I'm still using it and I have no intention of switching away. It does have its warts though, layout and high dpi support isn't as strong as WPF.