Posts by anon • 33 points
1 post
-
3
votes1
answer151
viewsQ: Iterations within Transactionscope
I have an Asp.Net MVC project with Entity Framework 5.0 in . Net Framework 4.0. What are the losses caused by a TransactionScope very long? I have the following code snippet: using(TransactionScope…