Ayende @ Rahien

Unnatural acts on source code

NH Prof New Feature: Detecting distributed transactions (System.Transactions)

Here is another nice one:

image

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

Dmitry
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?

Ayende Rahien
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.