Saturday, May 12, 2018

Work With Fluent NHibernate In Core 2.0

NHibernate is an object-relational mapping (ORM) framework, it allow you to map the object oriented domain model with the tables in a relational Database. To realize the mapping, we have to write XML mapping files (.hbm.xml files), and to make it easier, here comes Fluent NHibernate as an abstraction layer to do it in C# rather than XML.

source https://www.c-sharpcorner.com/article/work-with-fluent-nhibernate-in-core-2-0/

No comments:

Post a Comment