开发者

wpf/silverlight mvvm sample app request

开发者 https://www.devze.com 2023-01-08 01:45 出处:网络
could you guys point me to 开发者_JAVA百科some really simple silverlight or wpf sample project where the usage of the MVVM is showedHave a look at Josh Smiths article and app in MVVM WPF, or have a a

could you guys point me to 开发者_JAVA百科some really simple silverlight or wpf sample project where the usage of the MVVM is showed


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.


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


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.


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
0

精彩评论

暂无评论...
验证码 换一张
取 消