Transactions in MVC asp.net
        Posted  
        
            by bergin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bergin
        
        
        
        Published on 2010-06-04T19:50:10Z
        Indexed on 
            2010/06/05
            10:32 UTC
        
        
        Read the original article
        Hit count: 374
        
Hi,
Was wondering if there are any transactions support in asp.net for MVC 2? i.e. commit & rollback?
I have a few slightly risky db transacts which i'd prefer firmed up with transactions.
could the system transactions namespace be incorporated into a respository of db calls?
© Stack Overflow or respective owner