0
I just saw a piece of content where I studied performance and optimization in ASP.Net applications. I was presented with a diagnostic tool called Glimpse
.
The operation of the tool is perfect, it measures the execution times of ajax requests, time of SQL queries and the command of SQL queries executed directly in the database, summarizing, a complete diagnosis, but the consultations only work if they are done through Entity Framework
.
Trying to bring this reality to my work environment, I came across the divergence that I use the Dapper
and it only works for EF
.
My question then is whether it would be possible for such a tool to work with Dapper
? There would be another diagnostic tool that brings rich information like this?