Today I tried a Standing Desk for the day. I've heard about this a number of times, mostly on Twitter. The idea's not new, but it is gaining attention due to the health concerns around so much sitting. I started standing at 7am. It's currently 3pm, and I'm still standing here. So far so good.... Continue Reading →
SqlTransaction Ain’t Always Transactional (WAT!?!)
Q: "SQL run using a SqlTransaction is part of a SQL Server Transaction and can be rolled back." A) True B) 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 →