Are the libraries from this video relevant?
BashkaMen Programming
YouTube
[C#] WPF MVVM + Готовые решения
Наш телеграм чат: https://t.me/bashkamen_YT_Chat GitHub: https://github.com/BashkaMen
Telegram: @BashkaMen
Discord канал: https://discord.gg/SdzYS9U
Поддержка канала: https://secure.wayforpay.com/payment/bash_YT
2 Replies
DevExpress is a commercial UI component solution and it is fine
WPF is a UI framework, it is mature and very powerful. You might want to consider Avalonia as a cross-platform alternative. But WPF is just fine
I've never used fody. For a proper modern MVVM library use CommunityToolkit MVVM
in general fody is an IL weaving framework (code generation, etc)