MVP 模式是每个 winforms 应用程序的最佳方式吗?

发布于 2024-09-07 07:25:42 字数 168 浏览 5 评论 0原文

我想开发关于存储有关书籍的一些信息的应用程序,我想使用 MVP 模式 - 但我有一些疑问,这种模式是否始终是开发中小型 winform 应用程序的最佳实践,或者也许没有必要?

附注我想使用微软的Smart Client Factory,winforms中有MVP的框架吗?

预先感谢所有想法

i would like develop application about storing some information about books, i would like use MVP pattern - but i have some doubts if this pattern is always best practise for developing small/mid winform apps or maybe is not necessary?

ps. I would like use Smart Client Factory from Microsoft, is there any framework for MVP in winforms?

thanks in advance for all ideas

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空城缀染半城烟沙 2024-09-14 07:25:43

没有一种模式适合所有应用程序。对于交互更多的应用,我更喜欢MVVM模式。 MVVM 通常保留用于 WPF 和 Silverlight,但可以在 Windows 窗体中通过更新控件 框架。

No one pattern is best for every app. For more interaction applications, I prefer the MVVM pattern. MVVM is usually reserved for WPF and Silverlight, but it's possible to use MVVM in Windows Forms with the Update Controls framework.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文