nHibernate versus LLBLGen Pro

前端 未结 8 1913
轮回少年
轮回少年 2020-12-29 21:48

I am trying to work out with ORM tool to move over to and have narrowed it down to two candidates.

nHibernate or LLBLGen Pro

<
8条回答
  •  Happy的楠姐
    2020-12-29 22:45

    The new version of LLBLGen Pro (3.0) allows you to generate code for NHibernate, so don't have to choose :). It also allows you to split up your entities into different domains.

    I still prefer the LLBLGen pro runtime though, the LINQ interpreter is more complete and it has better change tracking of fields.

    Unfortunately there's not many new features in the new LLBLGen Pro 3.0 runtime, as the creator first wanted to focus more on tooling than improving the existing framework.

提交回复
热议问题