+ 1
Should i use wpf or WinForm with ElementHost
As i said in the title, what's the better in c# ? Using WPF project , or simply normal WinForm project that contains WPF element ?!
3 Respuestas
+ 1
wpf is a dead technology, Microsoft will stopped its support soon. on other hand winform is old but still far from dead.
more or less if your are gonna continue your project for year then winfrom is the way to go else go with wpf.
+ 2
How it's dead ? They create native animation with it
0
If you dont wanna use wpf you can use MAUI is crossplatform but wpf is ok as well . Is based on MVVM design pattern so you can make clean code on it