beginor / beginor.github.io

https://beginor.github.io
7 stars 3 forks source link

2018/08/02/using-nhibernate-with-net-core #15

Open beginor opened 5 years ago

beginor commented 5 years ago

在 .NET Core 应用中使用 NHibernate

https://beginor.github.io/2018/08/02/using-nhibernate-with-net-core.html

beginor commented 5 years ago

本文以 XML 映射为例, NHibernate 内置的 Mapping ByCode 肯定也是可以的,而第三方的 NHibernate.Mapping.Attributions 以及 Fluent NHibernate 都紧跟 NHibernate 的步伐, 支持 .net standard 2.0 , 相信也是可以用的。