@AndriySvyryd [May 9 (transactions)]
The most common scenario is WCF service where the transaction support is specified by OperationBehavior attribute. I'm talking about the most widely used scenario when transaction simply "wraps" the operation. But since it's started and completed by the framework, the solution you suggest cannot work.
So my question is: "What's the MS suggested way to work with SqlAzureExecutionStrategy in case of a standard WCF service with transactional operations (widely recommended by MS)"?
↧