We are using nHibernate 1.2 in a system which is not performing good. Will there be some performance improvement if we migrate to latest version of nHibernate?
Overall is it a good idea to migrate to the latest version of nHibernate?
EDIT: I want to use following features to improve performance.
1. Second level cache.
2. Joined Table.
3. MultiQuery to batch queries.