How to profile LINQ to Entities queries in your asp.net applications - part 1

Posted by nikolaosk on ASP.net Weblogs See other posts from ASP.net Weblogs or by nikolaosk
Published on Sun, 30 Jan 2011 20:02:00 GMT Indexed on 2011/01/30 23:26 UTC
Read the original article Hit count: 269

I have been teaching ASP.Net and EF in one of my classes and I have been asked on the various ways we can profile database activity. Everyone that I know that uses EF as its data access layer has the same question. "How can I see the T-SQL code that the LINQ to Entities engine generates on the fly?" I know a lot of people use VS studio built-in visualisers but that is not enough. A lot of developers use SQL Server Profiler. That is also a good solution since we can see the queries(generated from...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about visual studio 2008