将 ASP.NET MVC 2.0 迁移到 ASP.NET MVC 3.0:最佳实践、陷阱
我们正在将 ASP.NET MVC 2.0 Web 应用程序迁移到 ASP.NET MVC 3.0。我们不打算将所有视图迁移到 Razor,我相信这应该没问题。但是我们使用了很多自定义验证 - 包括 Foolproof 我想摆脱它,因为我们可以自己实现它们。
那么你的经历和我需要注意的事情有哪些?我已阅读此。
We are in the process of migrating our ASP.NET MVC 2.0 web application to ASP.NET MVC 3.0. We do not intend to migrate all views to Razor and I believe it should be alright. But we use a lot of custom validation - including Foolproof which I want to get rid off as we can implement them ourselves.
So what are your experiences and things that I need to be aware of? I have read this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的经验 - 零摩擦。包括视图模板转换为剃刀。
My experience - zero friction. Including view template conversion to razor.