Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What WPF frameworks should I use?

Tags:

frameworks

wpf

I'm a newbie to WPF and I'm developing a brand new windows desktop application and I would like your opinion on what WPF framework I should use. I know this question has been asked before, but the last question was asked at least several months ago. A lot has changed since then.

Right now, I'm using MVVM Light which is more of a library than an actual framework, as the name suggests. I’m looking for something more comprehensive. I prefer a framework that I can use on future WPF projects. Consequently, it should be general purpose and productive.

Any insights or suggestions?

like image 342
ATL_DEV Avatar asked Mar 20 '26 22:03

ATL_DEV


2 Answers

If you are a newby I would suggest that you try to use PLAIN WPF first to get a feeling for it instead of right away extending WPF with other frameworks.

like image 178
Foxfire Avatar answered Mar 23 '26 14:03

Foxfire


Your title is a bit confusing. WPF is just a graphics/UI layer. WVVM is a Model View ViewModel framework, for implementing a MVVM pattern using WPF ( or Silverlight ).

So, are you asking what design pattern you should use for your WPF application? ( As in MVC, MVVW, MVP, etc... ) Or are you asking which MVVM frameworks are compatible with WPF?

Ugh, acronym soup.

As to my answer, if you are new to WPF and want to learn WPF, I would start with no framework, you can always refactor later once you have a good solid grasp of the underlying technology.

like image 27
Serapth Avatar answered Mar 23 '26 13:03

Serapth



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!