适用于 Asp.net 2.0 和 Visual Studio 2005 的 Asp.Net Web 框架
我正在重构现有的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我开始了解 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