Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » TransactionScope contract   (RSS)
Sorry, but there are no more tags available to filter with.

Allowing Transactions into Your Component: "Do you really want that?"

Supporting transactions is part of your component contract. If you shipped a component yesterday that exposed MyComp.DoWork to the public, and today you want to add transactional support to your component, you shouldn't use the same method MyComp.DoWork
 
Page view tracker