Is it worth migrating to NHibernate 2.x from NHibernate 1.2?
Posted
by Amitabh
on Stack Overflow
See other posts from Stack Overflow
or by Amitabh
Published on 2010-03-08T14:59:30Z
Indexed on
2010/03/08
19:06 UTC
Read the original article
Hit count: 140
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.
© Stack Overflow or respective owner