Should I use the Model-View-ViewModel (MVVM) pattern in Silverlight projects?

前端 未结 12 2011
春和景丽
春和景丽 2020-12-22 17:25

One challenge with Silverlight controls is that when properties are bound to code, they\'re no longer really editable in Blend. For example, if you\'ve got a ListView that\'

12条回答
  •  Happy的楠姐
    2020-12-22 18:02

    Take a look at my article about MVVM and Silverlight in real life projects and decide for yourself.

    http://alexburtsev.wordpress.com/2011/03/05/mvvm-pattern-in-silverlight-and-wpf/

提交回复
热议问题