which is the best or widely used MVVM Toolkit for

2019-03-14 02:39发布

Could you tell me which is the best MVVM pattern someone have to follow (like Prism). Where can I find hands-on examples to help? Actually, I am little confused which one to follow?

标签: wpf mvvm
3条回答
迷人小祖宗
2楼-- · 2019-03-14 03:02

A great list of MVVM frameworks can be found at MVVM Framework Explorer.

查看更多
萌系小妹纸
3楼-- · 2019-03-14 03:09

I don't know what you are exactly mean. MVVM itself is a design pattern. if you mean what are MVVM's best implementations and libraries then some of them are as follow:

  • WPF MVVM Toolkit: here
  • Prism
  • Cinch: here
  • MVVM Foundation: here
  • MVVM Light: here

also here you can find a great article about MVVM. I hope these will help you.

查看更多
Juvenile、少年°
4楼-- · 2019-03-14 03:19

The Wikepedia article about MVVM has a list of frameworks. Here is a selection of some of the frameworks from the list:

Personally, I can recommend Rob Eisenberg's Caliburn. You can see his very educating introduction to MVVM at MIX 2010: Build Your Own MVVM Framework.

查看更多
登录 后发表回答