An open API service indexing awesome lists of open source software.

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>.

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).