0
kicks
LINQPad: Preview DELETE and UPDATE SQL before it executes
Newcomers to LINQ may get hesitant before perform a bunch of updates and/or deletes against their production data. Being more comfortable in Transact SQL compared to LINQ, they may want to see the SQL statements that would execute before actually calling SubmitChanges(). With a couple of extension methods, you can do exactly that: preview the SQL before it executes.