https://github.com/adshan/dotnet-paginate-results
Paging results using IQueryable or creating a solution inheriting from List<T>.
https://github.com/adshan/dotnet-paginate-results
dotnet iqueryable net6 pagedlist
Last synced: about 2 months ago
JSON representation
Paging results using IQueryable or creating a solution inheriting from List<T>.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-paginate-results
- Owner: AdsHan
- License: mit
- Created: 2022-02-25T10:54:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T11:52:18.000Z (over 3 years ago)
- Last Synced: 2025-04-13T09:15:01.501Z (about 2 months ago)
- Topics: dotnet, iqueryable, net6, pagedlist
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-paginate-results
Demonstração de como paginar resultados utilizando a abordagens com IQueryable e outra manual estendendo a classe List.# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.# Sobre
Este projeto foi desenvolvido por Anderson Hansen sob [MIT license](LICENSE).