Community

Seeing the SQL Generated by LINQ to Entity Queries

(Peter Vogel) Sometimes you really, really, really want to see the SQL that LINQ generates when working with the Entity Framework. For instance, in a comment to a recent tip, a reader mentioned that a LINQ to Entities query generated a SQL statement that joined more than 40 tables.

Read More - Register for Free Membership