Entity Framework Profiler
- Cognitive application awareness
- Visual insight into the interaction between your database and application code.
- Analysis and detection of common pitfalls when using Entity Framework.
- Analysis is delivered via perfectly styled SQL and linkable code execution.
I frequently advise developers using Entity Framework to pay attention to what's happening in the database since much of the database work happens under the covers. But we've never had a good tool for doing that. EF Prof is exactly what we've needed.~Julie Lerman
Author of Programming Entity Framework
Introduction
Entity Framework Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of Entity Framework. The product is architected with input coming from many top industry leaders within the OR/M community. Alerts are presented in a concise code-review manner indicating patterns of misuse by your application. To streamline your efforts to correct the misuse, we provide links to the problematic code section that triggered the alert.

