which is the best or widely used MVVM Toolkit for WPF?

后端 未结 3 757
一整个雨季
一整个雨季 2021-02-06 13:00

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 fol

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-06 13:19

    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.

提交回复
热议问题