What is the best method to profile dynamic queries that the entity framework generates? I've been using Sql Server Profiler so far, but I was hoping that there's a better way in Visual Studio 2010.
A:
Have you tried using something like the Tracing Provider Wrapper?
technophile
2010-01-27 22:20:35
I didn't know Oren decided to develop a sibling to NHProfiler (one of my favorite tools for NHibernate). Thanks for pointing me in the right direction!
Sam Mueller
2010-01-29 15:49:11