LinqToSql Profiler private Beta – the screen shot gallery

time to read 1 min | 158 words

This is just to give you some ideas about what the new LinqToSql Profiler can do.

It can track statements and associate them to their data context, gives you properly formatted and highlighted SQL, including the parameters, in a way that you can just copy and execute in SQL Server:

image

The profiler can tell you when you are hitting the database too often.

image

All the usual reports, what methods caused what queries to be executed?

image

Reports about unique queries across the entire profiling session:

image

And overall usage reports:

image