问题描述
我在网上阅读了有关用于 UI 设计的 MVC、MVP 模式的信息.但是,即使重新阅读了几次,我也无法完全理解它是如何工作的.我使用 C#/winforms 进行开发.有人能指点我一本好书/博客/网站吗?这会让我决定是否应该采用它.谢谢.
推荐答案
观看一些 这些视频 在 PolymorphicPodcast 上.他很好地描述了 MV* 模式,并为每个模式提供了可靠的示例.具体来说,请查看 winforms 视频.
问题描述
I have read online about MVC, MVP patterns for UI design. But, I can't quite grasp how the it works even after re-reading it couple of times. I use C#/winforms for development. Can someone point me to a good book/blog/website? Something that will make me decide if I should adopt it or not. Thanks.
推荐答案
Check out some of these videos over at PolymorphicPodcast. He does a good job of describing the MV* patterns and gives solid examples of each. Specifically, check out the winforms video.