EntityFrameworkPaginate
EntityFrameworkPaginate copied to clipboard
Performance improvement
This code may run up to 11% faster because the same query plan is used every time the query is run, which saves CPU time and avoids polluting the query cache.