设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Entity Framework 6.1 beta 发布

2014-2-13 14:20| 发布者: 红黑魂| 查看: 2188| 评论: 0|来自: 开源中国

摘要: ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案,早期被称为 ObjectSpace,现已经包含在 Visual Studio 2008 Service Pack 1 以及 .NET Framework 3.5 Service ...

ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案,早期被称为 ObjectSpace,现已经包含在 Visual Studio 2008 Service Pack 1 以及 .NET Framework 3.5 Service Pack 1 中发表。

Entity Framework 6.1 发布,此版本包括一些 bug 修复和新特性。

新特性如下:

  • Tooling consolidation provides a consistent way to create a new EF model. 

  • Handling of transaction commit failures provides the new System.Data.Entity.Infrastructure.CommitFailureHandler which makes use of the newly introduced ability to intercept transaction operations.

  • IndexAttribute allows indexes to be specified by placing an [Index] attribute on a property (or properties) in your Code First model. 

  • The public mapping API provides access to the information EF has on how properties and types are mapped to columns and tables in the database. 

  • Ability to configure interceptors via the App/Web.config file (allowing interceptors to be added without recompiling the application).

    • System.Data.Entity.Infrastructure.Interception.DatabaseLogger is a new interceptor that makes it easy to log all database operations to a file. 

  • Migrations model change detection has been improved so that scaffolded migrations are more accurate; performance of the change detection process has also been greatly enhanced.

  • Performance improvements including reduced database operations during initialization, optimizations for null equality comparison in LINQ queries, faster view generation (model creation) in more scenarios, and more efficient materialization of tracked entities with multiple associations.

下载:

最新版本可以在 NuGet 下载。 

Visual Studio 2012 和 2013 可以在 Microsoft Download Center 下载。


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部