What is the difference between WPF and WinForms?

前端 未结 7 1184
春和景丽
春和景丽 2021-01-30 21:30

I am programming simple Windows apps. I don\'t need DB support. Why would I use WPF instead of WinForms?

7条回答
  •  眼角桃花
    2021-01-30 21:42

    Nobody mentioned about better testing capabilities of the WPF applications (if they are written in the correct way, for example based on the MVVM pattern).

提交回复
热议问题