How to enable split queries globally in Entity Framework

The AsSplitQuery() method in Entity Framework is useful as it allows us to avoid cartesian explosion which can cause performance issues.

Did you know we can also set split queries as the default and then override on a query level if/when desired 👇🏻 …

Leave a Reply

Your email address will not be published. Required fields are marked *