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.  Everything that is done from the point that the scope was created until it is disposed will be in Continue reading

Posted in Code Design, design patterns | Tagged Lambda, LINQ, Transactional | 2 Replies