在winforms中使用MVC MVP模式[英] using MVC MVP patterns in winforms

本文是小编为大家收集整理的关于在winforms中使用MVC MVP模式的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。

问题描述

我在网上阅读了有关用于 UI 设计的 MVC、MVP 模式的信息.但是,即使重新阅读了几次,我也无法完全理解它是如何工作的.我使用 C#/winforms 进行开发.有人能指点我一本好书/博客/网站吗?这会让我决定是否应该采用它.谢谢.

推荐答案

观看一些 这些视频PolymorphicPodcast 上.他很好地描述了 MV* 模式,并为每个模式提供了可靠的示例.具体来说,请查看 winforms 视频.

本文地址:https://www.itbaoku.cn/post/627397.html

问题描述

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.