将 Entity Framework 1 项目升级到 EF 4
我目前有一个使用 EF 1 (.NET 3.5) 的项目,并希望将其移动到最新、最好的 EF 版本。
事实上,我对 EF1 的功能集非常满意。我想这样做的主要原因是我正在使用 Razor 作为查看引擎将前端从 Webforms (.NET 3.5) 迁移到 ASP.NET MVC 3。
我知道我可以简单地将目标框架从 3.5 更改为 4。但通常这些简单的升级解决方案通常会在后期出现问题。例如,模型中是否仍然存在遗留代码?我会失去功能吗?
I currently have a project using EF 1 (.NET 3.5) and would like to move it to the latest and greatest EF version.
I am actually quite happy with the feature set of EF1. The main reason, I want to do this is because I'm moving my frontend from webforms (.NET 3.5) to ASP.NET MVC 3 using Razor as the viewing engine.
I know I can simply change the target framework from 3.5 to 4. But usually these simple upgrade solutions usually result in problems at a later stage. e.g. is there still legacy code in the model? Would I be loosing functionality?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
迁移后:
迁移过程非常顺利。没有任何问题。只需升级项目即可完成。
After the migration:
The migration went really smooth. No hickups whatsoever. Simply upgrade the project and your done.