Wednesday, February 27, 2008

Linq to SQL Debug Visualizer

On debug mode it is nice to see the generated sql query, but what about if we can execute the query against the database and take a look at the results? That will be great !!!

Ok, now you can. Just take a look at Scott Guthrie post about Linq to SQL Debug Visualizer, and discover how you can do it.

For those that are using Linq to SQL, this is a must-have tool.

No comments: