Should i use wpf or WinForm with ElementHost | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 ?!

9th Nov 2022, 9:11 PM
Yousef Eabitan
Yousef Eabitan - avatar
3 Answers
+ 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.
22nd Aug 2023, 9:23 AM
Ayan Poddar
Ayan Poddar - avatar
+ 2
How it's dead ? They create native animation with it
22nd Aug 2023, 11:15 AM
Yousef Eabitan
Yousef Eabitan - avatar
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
7th Mar 2024, 5:12 AM
Monica Martinez
Monica Martinez - avatar