If you’re using the Entity Framework and don’t want to implement ToTraceString() at strategic points in your code in order to see what kind of SQL statements are getting generated then check out one of the following:
- Community Entity Framework Provider Wrappers (free)
- Entity Framework Profiler
- SQL Server Profiler
Update 07-02-2011: Added SQL Server Profiler after comment by Tony Sneed.