We are using Nhibernate 1.2 for a large .NET 3.5 C # project, and we are considering moving to Nhibernate 3.1. But I’m a little puzzled, because I don’t see many articles on the Internet
- enhancements to new versions (2.0 → 3.1)
- for comparison between 1.2, 2.x, 3.x
In most cases, people just say: NHibernate XY is absent, it's great, it's great, you need to update and link to ChangeLog.
So far, I just heard about Linq2Nhibernate and MultiCriteria, none of the performance tests.
source
share