将 Entity Framework 1 项目升级到 EF 4

发布于 2024-10-19 13:40:38 字数 243 浏览 2 评论 0原文

我目前有一个使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

走过海棠暮 2024-10-26 13:40:38

迁移后:
迁移过程非常顺利。没有任何问题。只需升级项目即可完成。

After the migration:
The migration went really smooth. No hickups whatsoever. Simply upgrade the project and your done.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文