NH Prof New Feature: Detecting distributed transactions (System.Transactions) previous: NH Prof New Feature: The Query Cache next: NH Prof documentation: Transaction and the second level cache Here is another nice one: And the disclaimer is that this works on NHibernate from r3981 or higher. I did some work on NHibernate's System.Transactions support recently, and that was one of the side results. Comments 01/10/2009 08:44 PM by Dmitry Is there any reason to use TransactionScope instead of Nhibernate transactions if you only have 1 SessionFactory? 01/11/2009 08:19 AM by Ayende Rahien A common example is when you are dealing with other transactional resources. For example, using NH with MSMQ Comments have been closed on this topic.
01/10/2009 08:44 PM by Dmitry Is there any reason to use TransactionScope instead of Nhibernate transactions if you only have 1 SessionFactory?
01/11/2009 08:19 AM by Ayende Rahien A common example is when you are dealing with other transactional resources. For example, using NH with MSMQ
Comments
Is there any reason to use TransactionScope instead of Nhibernate transactions if you only have 1 SessionFactory?
A common example is when you are dealing with other transactional resources.
For example, using NH with MSMQ