How can I see the SQL that is created from a LINQ to SQL query? The obvious answer is to open up the SQL profiler and look at it there. Is there a way in VS?
Maybe there is a VS add-on like a visualizer that allows you to hover over the DataContext to view the SQL.