使用 MVC、MVP、MVVM 的真实 winforms/wpf 项目
我看过一些视频并阅读了一些关于MVC、MVP、MVVM的文章。我认为,我了解了基本原理和差异。但在我看来,文章和视频中的示例非常简单。
我认为当您可以查看一些项目时,很容易学习如何应用这些模式。
所以我想看看真实的项目(Winforms/WPF),它使用MVC、MVP或MVVM。您能为我提供此类项目来源的链接吗? (如果它是开源的)
如果项目能够对Controller/Presenter/ViewModel进行单元测试那就太好了,因为这是我开发应用程序时遇到的问题之一。
提前致谢。
I have looked some videos and read some articles about MVC, MVP, MVVM. I think, that I understood basic principles and differences. But it seems to me that samples in articles and videos are very easy.
I think that it's easy to learn how to apply these patterns when you can look on some projects.
So I'd like to look on real projects(Winforms/WPF), which use MVC, MVP or MVVM. Could you provide me links to sources of such projects? (If it is open source)
It will be great if projects will have unit tests for Controller/Presenter/ViewModel, because it's one of my problem when I develop applications.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CodePlex 将有相当多的 http://www.codeplex.com/
我假设您也使用过示例位于 http://www.asp.net/mvc (您似乎在帖子中建议了这一点)
编辑:另请参阅这些问题:
WPF 应用程序的好示例
带有源代码的真实 ASP.NET MVC 应用程序?
CodePlex will have a fair few http://www.codeplex.com/
I assume you have also used the samples at http://www.asp.net/mvc (you seemed to suggest this in your post)
Edit: also see these questions:
Good examples of WPF applications
Real World ASP.NET MVC Applications with Source Code?
Codeplex 上的迷你 SQL 查询 http://minisqlquery.codeplex.com/
请参阅我的回答 https://stackoverflow.com/a/25376174/423356
Mini SQL Query at codeplex http://minisqlquery.codeplex.com/
see my answer at https://stackoverflow.com/a/25376174/423356