We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add reference to NanoProfiler.EF package
Add the code below to your application_start event handler:
protected void Application_Start(object sender, EventArgs e) { // initialize entity framework 6 profiling EFProfilingBootstrapper.Initialize(); // ... }
Use EntityFramework as normal.