Good Silverlight-MVVM Practice Example

前端 未结 8 836
太阳男子
太阳男子 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

    0 讨论(0)
  • 2020-12-12 11:54

    I have gone through many recently, the two that stand out are:

    Dan Wahlin's (LIDNUG):

    http://www.lidnug.org/Archives.aspx

    John Papa's (PDC 2010):

    http://player.microsoftpdc.com/Session/76864d75-b4da-4858-aac7-786c5f28e344

    0 讨论(0)
提交回复
热议问题