(no title)
bytefish | 7 months ago
WinForms and WPF are currently the only viable frameworks for Line of Business application. I have yet to see a WinUI3 application in the wild.
bytefish | 7 months ago
WinForms and WPF are currently the only viable frameworks for Line of Business application. I have yet to see a WinUI3 application in the wild.
MrZander|7 months ago
On a side note, I still love WPF after working in it for 10 years. Maybe it's just familiarity, and it's a little verbose at times, but man it's a great framework when you know that you're doing.
bytefish|7 months ago
danzk|7 months ago
One of the biggest problems with WinUI compared to WPF is that DependencyProroperty is implemented as native code, so for .NET developers, there is a huge performance penalty getting or setting any property on control.
https://github.com/microsoft/microsoft-ui-xaml/issues/1633#i...
CrimsonCape|6 months ago
I read through that github issue a few years ago and with a mix of surprise and disgust knew that I would not be learning WinUI.
unknown|7 months ago
[deleted]