Question

I am looking for something similar to Bullet in Rails world, for ASP.NET MVC3.

To be specific, I am looking for a light-weight plugin to get all the SQL fired to load a web page, without having to mine logs.

I use FluentNhibernate, with SQL Server 2008 R2, on ASP.NET MVC3.

I have used Glimpse, and there is probably a way to add a plugin to check SQL as well. But I am looking for something much lighter.

Was it helpful?

Solution

MiniProfiler might be what you are looking for: http://miniprofiler.com/

OTHER TIPS

Glimpse has plugins for several engines including entity framework.

Depending on your data access framework, you may want to try:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top