1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 NHibernate 5.0 发布,对象关系映射解决方案 下载

本帖由 漂亮的石头2017-10-16 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    488,064
    赞:
    47
    NHibernate 是一个基于.Net 的针对关系型数据库的对象持久化类库。Nhibernate 来源于非常优秀的基于Java的Hibernate 关系型持久化工具。NHibernate 从数据库底层来持久化你的.Net 对象到关系型数据库。

    NuGet 团队发布了一个新版本 —— NHibernate 5.0。 该团队通过博客通知,新版本已解决了大约 141 个问题。

    该版本的更新内容:

    bug 修复:


    • IO bound methods have gained an async counterpart. Not intended for parallelism, make sure to await each call before further interacting with a session and its queries.


    • Strongly typed DML operation (insert/update/delete) are now available as Linq extensions on queryables.


    • Entities collections can be queried with .AsQueryable() Linq extension without being fully loaded.


    • Reference documentation has been curated and completed, notably with a Linq section. http://nhibernate.info/doc/nhibernate-reference/index.html

    破坏性变化:


    • NHibernate now targets .Net 4.6.1.


    • Remotion.Linq and Antlr3 libraries are no more merged in the NHibernate library, and must be deployed along NHibernate library. (NuGet will reference them).


    • Classes and members which were flagged as obsolete in the NHibernate 4.x series have been dropped.


    • Prior to upgrading, fix any obsolete warning according to its message. See NH-4075 and NH-3684 for a list.”

    更多内容请查看发布说明

    下载地址:

    NHibernate 5.0 发布,对象关系映射解决方案下载地址
     
正在加载...