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.
In two recent posts, I blogged about SignalR in .AspNet Core 2.1, and automating boilerplate multitenancy code in Entity Framework Core 2.1. Both these blogs
In any real world enterprise application, you end up writing a lot of similar, tedious boilerplate code for bookkeeping . This logic results in a