Expert |
 |
Joined: Tue Dec 28, 2004 7:02 am Posts: 573 Location: Toulouse, France
|
Difference between Hibernate and NHibernate: Hibernate is the original project. Nhibernate is just a port of the version 2 of Hibernate for the .Net platform.
Hibernate/Nhibernate is an Object/Relational mapping tool which permits you to write much less pure sql, so as to retrieve object graphs for example. In addition, there are some advanced feature like lazy-loading using dynamic proxies (or interception).
_________________ Baptiste
PS : please don't forget to give credits below if you found this answer useful :)
|
|