Good Silverlight-MVVM Practice Example

前端 未结 8 858
太阳男子
太阳男子 2020-12-12 11:08

I\'ve read a number of good articles about the Model-View-ViewModel pattern and my team intends to implement this pattern in the latest version of our app. I still don\'t q

8条回答
  •  春和景丽
    2020-12-12 11:54

    Prism 4.0 now includes documentation for creating MVVM applications. This is targeted for using the Prism libraries but the concepts work for the MVVM pattern in general.

    http://compositewpf.codeplex.com/releases

提交回复
热议问题