User36583972 posted
Hi PanFeng,
NHibernate is a .NET environment for object / relational mapping tool. It has some Advantages in the below.
(1) Object-oriented
(2) transparent persistence
(3) It is not invasive, so-called lightweight framework
(4) better portability
(5) cache mechanism: providing a secondary cache and query cache
(6) development efficiency: using NHibernate to simplify program development, so as to achieve the purpose of rapid development
You can refer the following tutorial for getting more information about how to use nhibernate.
Your first NHibernate based application:
http://nhibernate.info/doc/tutorials/first-nh-app/your-first-nhibernate-based-application.html
Best Regards,
Yohann Lu