0
kicks
Simple way to handle transactions in ASP.NET MVC3
A solution which uses an action filter to handle the transaction. That means that you do not have to write a single line of code, just tag your action with [Transactional].