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

前端 未结 12 2015
春和景丽
春和景丽 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条回答
  •  眼角桃花
    2020-12-22 18:04

    I'm not sure if I can answer your question, but I have foudn the article below very valuable. Jonas Follesø is using ninject to switch out his services when in design/blend mode. Very nice!

    http://jonas.follesoe.no/YouCardRevisitedImplementingDependencyInjectionInSilverlight.aspx

提交回复
热议问题