.NET Transactions pros and cons
In my experience I have seen a tremendous conflict between developers in the use of transactions. The argument here is whether the transactions should be used from the .NET code or should be a part of the procedure. Many developers who are very good in writing stored procedures feel very uncomfortable if they do not see a [...]