问题描述
我在寻找的MVC / MVP中的WinForms实现(C#.NET)的非普通的例子。我搜索的网站,但只得到简单的例子,多一点将是有益的。
I'm looking for a non-trivial example of MVC/MVP implemented in Winforms (C# .NET). I searched the website but getting only trivial examples, a little more would be helpful.
我特别在寻找方法来实现的观点(观点一主子模型)和控制器/ presenters。
I'm Particularly looking at ways to implement views (view for a master-child model) and controllers/presenters.
推荐答案
该项目涵盖了很多不仅仅是形式 - 它展示了CQRS和EventSourcing除其他外,还采用了最有价值球员(简单视图类型)为它的用户界面:
This project covers a lot more than just the forms - it demonstrates CQRS and EventSourcing amongst others, but also uses MVP (Simple View type) for it's UI:
它的设计是一个演示应用程序,并有大量的信息在他的博客太(在他的readme.txt文件在GitHub上的链接。)
It is designed to be a demo application and there is a lot of information in his blog about it too (links in his readme.txt on gitHub.)
这篇关于样品的MVC / MVP的WinForms应用程序(不平凡)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!