Q: "SQL run using a SqlTransaction is part of a SQL Server Transaction and can be rolled back." A) TrueB) False The answer is of course "A", right? That's what I thought too. Basic SqlTransaction Usage Most of us assume that we can write this: using (var con = new SqlConnection("..")) { con.Open(); ... Continue Reading →