关于单轨的反馈
有人尝试过 Caste 项目的 Mono 轨道吗?不幸的是,客户想要在 .nET v2.0 而不是 3.5 中开发,而我一直在 .NET 2.0 中寻找一些 MVC 框架。
Has anybody tried Mono rails from Caste project . Unfortunately the client wants to develop in .nET v2.0 and not 3.5 , and I was looking for some MVC framework in .NET 2.0 .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
很多人已经成功使用 MonoRail 好几年了。这是一个很棒的框架,如果您以后想要迁移到 ASP.NET MVC,这也没什么大不了的。
不幸的是,您必须使用 RC3(现已推出超过 2 年)以获得 .NET 2.0 支持,因为最新的主干版本仅支持 .NET 3.5。
如果您确实想使用 ASP.NET MVC,您可能需要尝试此技巧使其在 .NET 2.0 上运行。
Lots of people have successfully used MonoRail for several years. It's a great framework, and if you later want to migrate to ASP.NET MVC it's no big deal.
Unfortunately you'll have to use RC3 (which is over 2 years old now) to get .NET 2.0 support, as the latest trunk versions only support .NET 3.5.
If you really want to go with ASP.NET MVC you might want to try this hack to make it work on .NET 2.0.
尝试ASP.NET MVC over ASP.NET 2.0。
Try ASP.NET MVC over ASP.NET 2.0.