Simple Ways to Inspect the SQL Executed by Entity Framework Core
Slow SQL or incorrect or missing indexes can cause performance issues in an API. And those issues can be difficult to fix or even find.
Slow SQL or incorrect or missing indexes can cause performance issues in an API. And those issues can be difficult to fix or even find.
The other day I was faced with this task, and ran into quite a few issues on the way. Despite intense googling and corresponding on