Windows窗体和Web窗体的MVC

Windows窗体和Web窗体的MVC

本文介绍了Windows窗体和Web窗体的MVC的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个即将到来的项目,需要将其集成到我们基于Windows和Web托管的产品中.

我当时在想,限制工作重复的最佳方法是使用MVC,因此只有View方面才需要重复.

所以我的问题是,是否有适用于.Net的MVC框架同时适用于基于Web和基于表单的开发?

还是可以提供比MVC更好的方法来最大程度地减少工作重复?

使用其他解决方案时,请记住我无法使用基于Windows的产品访问IIS进行Web托管,因此我无法使用ClickOnce,因为Web版本需要Mac/Linux/Tablet支持,并且我们没有其他开发人员资源比.Net资源要多.

Hi,

I have a project on the horizon which needs to be integrated to both our windows based and web hosted products.

I was thinking the best approach for this, to limit the duplication of work would be to use MVC so only the View aspect would require duplication.

So my question is, are there any MVC frameworks out there for .Net which work well for both web based and form based development?

Or can you provide a better approach than MVC for minimising the duplication of work?

With other solutions keep in mind that I do not have access to IIS for web hosting with our windows based products, I can''t use ClickOnce as Mac/Linux/Tablet support is required for the web version and we have no developer resources other than .Net resources.

推荐答案


这篇关于Windows窗体和Web窗体的MVC的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 11:00