https://github.com/bjbr-dev/pagination
Lightweight library to perform pagination
https://github.com/bjbr-dev/pagination
Last synced: 5 months ago
JSON representation
Lightweight library to perform pagination
- Host: GitHub
- URL: https://github.com/bjbr-dev/pagination
- Owner: bjbr-dev
- License: mit
- Created: 2017-01-22T20:25:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T06:18:11.000Z (about 5 years ago)
- Last Synced: 2025-09-27T13:56:57.993Z (5 months ago)
- Language: C#
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pagination - Lightweight library to perform pagination
## Overview
Pagination is a tiny library to easily paginate lists of data and group related properties up into one result class.
[](https://ci.appveyor.com/project/berkeleybross/pagination)
## Project aims
1. Provide fast and lightweight helper methods for pagination
2. Thread safety should be guarenteed
## Features
*Documentation in progress!*
## Installation
Simply add the nuget package [berkeleybross.pagination](https://www.nuget.org/packages/berkeleybross.Pagination/) to your project.
## Licensing and Attribution
See [License](LICENSE).