arch / UnitOfWork

A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supported.
MIT License
1.32k stars 343 forks source link

Check if ToPagedListAsync has items before executing the main query #143

Open allysonjoses opened 3 years ago

allysonjoses commented 3 years ago

Improves performance by eliminating unnecessary queries, when there are no items to return.