LINQ to SQL Debug Visualizer

While working with LINQ to SQL many times we need to see the actual SQL code generated by the framework. Scott Guthrie's LINQ to SQL Debug Visualizer does the same and also gives you the ability to execute the SQL generated by the framework.

Download LINQ to SQL Debug Visualizer. http://www.scottgu.com/blogposts/linqquery/SqlServerQueryVisualizer.zip

To install the visualizer you need to copy the the SqlServerQueryVisualizer.dll assembly from the .zip package to your local \Program Files\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\Visualizers\ directory.