“网络客户端软件工厂2010”不再维护?
我刚刚了解到有一个用于 ASP.Net 开发的库“Web Client Software Factory 2010”。它对于模块化 ASP.Net 开发似乎很有用。
当我通过此链接定向到<一个href="http://visualstudiogallery.msdn.microsoft.com/8fc2c9d6-5282-404b-9c58-e72b326b1e26" rel="nofollow">这个下载链接,我看到一个红色的通知说:“这个项目是不再维护,也没有计划未来的发布。”
那么投入时间学习和使用这个库仍然值得吗?
欢迎所有建设性意见!
I have just learnt that there is a library "Web Client Software Factory 2010" for ASP.Net development. It seems to be useful for modular ASP.Net Development.
When I am directed by this link to this download link, I saw a red notice saying: "This project is no longer being maintained and no future releases are planned."
So it is still worth it to invest the time to learn and use this library?
All constructive comments are welcome!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议花时间学习 ASP.Net MVC 而不是花时间学习 WCSF。您对 MVC 风格了解得越多,您就会越喜欢它。 ASP.Net MVC 在 HTTP 上构建了比 ASP.Net 更好的抽象。
WCSF 为 ASP.Net 提供了更好的 MVP 实现,但我仍然相信 ASP.Net 的底层抽象模型是有缺陷的,没有框架可以弥补这个缺陷。但如果您想长期投资 ASP.Net,就没有理由不研究它。
I would suggest to spend time learning ASP.Net MVC rather than spending time learning WCSF. The more you would learn the MVC flavour the more you are going to love it. ASP.Net MVC has built a better abstraction over HTTP than ASP.Net.
WCSF provides a better MVP implementation for ASP.Net but still i believe the underlying abstraction model for ASP.Net is flawed and no framework can bridge this flaw. But if you want to stay invested in ASP.Net for long term there is no reason not to look into it.