适用于 Asp.net 2.0 和 Visual Studio 2005 的 Asp.Net Web 框架

发布于 2024-08-21 16:15:16 字数 213 浏览 8 评论 0原文

我正在重构现有的 Asp.Net 2.0 网站。我正在寻找一个框架/模式来模块化应用程序。由于 Visual Studio 2005 没有 WCSF,我无法使用它,而且由于我无法控制的原因,我也无法将其升级到 Visual Studio 2008。 我可以使用单轨,但我会失去现有的控制功能。有谁知道一种可以在 Asp.Net 2.0/Visual Studio 2005 上的模块之间一致使用的良好框架/模式。

I am working on re-factoring of an existing Asp.Net 2.0 web site. I am looking for a framework/pattern to modularise the application. As there is no WCSF for Visual Studio 2005 I can't use it and I also can not upgrade it to Visual Studio 2008 for reasons beyond my control.
I can use Mono-Rail but I would loose the existing controls functionality. Does any one know a good Framework/Pattern that can be used consistently across the modules on Asp.Net 2.0/Visual Studio 2005.

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

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

发布评论

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

评论(1

鼻尖触碰 2024-08-28 16:15:16

我开始了解 Spring.Net Web Framework,它支持 Asp.Net 2.0 和 Visual Studio 2005。它有一些好的功能,如双向模型绑定、导航支持、验证和 DI 容器。 Spring.Net 的唯一问题是定义所有内容的巨大 Xml 文件

I came to know about Spring.Net Web Framework which supports Asp.Net 2.0 and Visual Studio 2005. It has few good features like Two way Model Binding, Navigation support, Validation and DI Container. Only problem with Spring.Net is huge Xml files to define everything

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