0
kicks
Executing lambdas on transaction commit - or Transactional delegates
One great thing with the TransactionScope class is that it makes it possible to include multiple levels in your object hierarchy. Except delegates. This post makes lambda delegates participate in a transaction scope and execute on Commit.