简体   繁体   中英

Moving to Entity Framework v4

I know that EFv4 is still in Beta2 , but I would like to hear your opinions:

  1. When are you considering to make the move from EFv1 to EFv4? Are you waiting for the final version of .NET Framework 4.0?
  2. Will you move (or planning to move) your current project's Data Acess from EFv1 to EFv4? When will you start?
  3. Would you use current EFv4 Beta2 in production?

.NET 4 Beta 2带有有效许可证发布,因此Microsoft将在生产中支持EFv4。

Well, if you update your project from 3.5 to 4.0, you end up using the new version of the assembly. The real changes come when you start using the new features, like the Self-Tracking Entities or Complex Types. That being said, we have already moved to beta 2, but the full release should happen before we go to production.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM