0
votes
Is Unit of Work more efficient if I don’t care for transactions etc?
Yes, you should use a transaction. From Ayende's blog:
"NHibernate assume that all access to the database is done under a transaction, and strongly discourage any use of the session withou …
