Skip to main content
Filter by
Sorted by
Tagged with
34 votes
6 answers
22k views

Can anyone give me a quick overview of using TransactionScope with NHibernate? Do I need to do anything special with the session/IEnlistmentNotification/etc. to get this to work? Are there any ...
Andy White's user avatar
  • 88.8k
5 votes
4 answers
6k views

Just read this interesting article by Omar on his blog Linq to SQL solve Transaction deadlock and Query timeout problem using uncommitted reads and at the end Javed Hasan started arguing with him ...
Ray's user avatar
  • 12.5k
6 votes
6 answers
2k views

I would love to know how to perform a series of operations in a SharePoint context within a transaction. For example, I would like to be able to do something like the following: context....
Trent's user avatar
  • 560
1 vote
5 answers
2k views

How does the transaction scope work? How does it know when there is another context being used already and how might I implement another kind of scope in my code. I'm primarily a vb.net developer ...
Middletone's user avatar
  • 4,276
2 votes
2 answers
1k views

I was thinking it would be nice to create a base class for NUnit test fixtures that opens a TransactionScope during the SetUp phase, then rolls back the transaction during tear down. Something like ...
cbp's user avatar
  • 25.7k
89 votes
11 answers
149k views

I am getting the following error when I try to call a stored procedure that contains a SELECT Statement: The operation is not valid for the state of the transaction Here is the structure of my calls:...
Michael Kniskern's user avatar

1
18 19 20 21
22