0

你们能指点我一些非常简单的silverlight或wpf示例项目,其中显示了MVVM的用法

4

4 回答 4

2

看看MVVM WPF 中的Josh Smiths文章和应用程序,或者看看Sacha Barber 的应用程序 Cinch V.2,这又是一个非常好的应用程序,具有出色的解释。我认为从 Josh smiths 开始,然后到 Cinch。

于 2010-07-19T09:20:19.763 回答
1

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.

于 2010-07-19T18:10:56.883 回答
1

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

于 2010-07-19T06:06:12.850 回答
0

您可能对WPF 应用程序框架 (WAF)的示例应用程序感兴趣。他们展示:

  • 查看作文

  • UI 工作流程(向导)

  • 命令绑定/快捷键

  • MVVM 模式,单元测试

  • 验证

  • 实体框架

  • 打开/保存文件对话框

  • 打印预览/打印对话框

  • 本土化
于 2010-07-23T18:47:16.523 回答