Pagination With EF Core Is Simple #shorts

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

What if the "Id" is not integer but guid, it's not better to orderby CreatedDate?

cyrildouglas
Автор

Do you think in the future can EF Core be as good as Dapper in terms of performance?

yourownazog
Автор

In what case would this query return the incorrect data if we don’t include orderby ()?

Thank you!

gilleon
Автор

Skip take will result in scanning all rows and paging will be slow on large amount of data. There's a better approach on doing this;)

wizzardTrololo
Автор

Cool, now build a repository where you can dynamically sort, filter, group, and calculate aggregates with EF Core and display the results on a data grid!

Just kidding. Don't do it without a decent salary.

EekChocolate