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

后端 未结 3 756
一整个雨季
一整个雨季 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:20

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

    • Calcium
    • Caliburn
    • Cinch
    • CoreMVVM
    • MVVM Foundation
    • MVVM Light Toolkit
    • WPF Application Framework (WAF)
    • WPF Model-View-ViewModel Toolkit

    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.

提交回复
热议问题