wpf/silverlight mvvm sample app request

雨燕双飞 提交于 2019-12-08 09:12:37

问题


could you guys point me to some really simple silverlight or wpf sample project where the usage of the MVVM is showed


回答1:


Have a look at Josh Smiths article and app in MVVM WPF, or have a a look at Sacha Barber's application Cinch V.2, again, a really good app with brilliant explanations. I reckon start with Josh smiths and then on to Cinch.




回答2:


http://www.vertigo.com/familyshow.aspx




回答3:


Disclaimer: These are some MVVM examples I have built...

Here is a Twitter search app example showing the same ball-of-mud in comparison to MVVM. Here is a slightly more complex conference schedule app showing MVVM pretty heavily.




回答4:


You might be interested in the sample applications of the WPF Application Framework (WAF). They show:

  • View composition

  • UI Workflow (Wizards)

  • Command binding / Shortcut Keys

  • MVVM pattern, Unit Testing

  • Validation

  • Entity Framework

  • Open/Save FileDialog

  • Print Preview / Print Dialog

  • Localization


来源:https://stackoverflow.com/questions/3278726/wpf-silverlight-mvvm-sample-app-request

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!