Is fluent NHibernate ready for production code?

依然范特西╮ 提交于 2020-01-04 03:49:03

问题


As the title says, I'm wondering if I should avoid using fluent nhibernate for production code, or if it's mature enough to just "dive in"? :)


回答1:


The FluentNHibernate API has not yet stabilized and there have not yet been any releases.

However, FluentNHibernate is one of those special cases where there is no long-running behavior, only input leading to output. So you can certainly build a fluent mapping between your domain model and your database, inspect the resulting Configuration, and determine whether that Configuration is correct.



来源:https://stackoverflow.com/questions/1026401/is-fluent-nhibernate-ready-for-production-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!