https://github.com/celerik/celerik-netcore-services
Provides a code baseline for .NET Core service-oriented projects including configuration, standard service builder, common enumerations, common exceptions, a standar response model, pagination, resources, base service classes and utilities.
https://github.com/celerik/celerik-netcore-services
chsarp netcore nuget services visual-studio
Last synced: about 2 months ago
JSON representation
Provides a code baseline for .NET Core service-oriented projects including configuration, standard service builder, common enumerations, common exceptions, a standar response model, pagination, resources, base service classes and utilities.
- Host: GitHub
- URL: https://github.com/celerik/celerik-netcore-services
- Owner: celerik
- License: mit
- Created: 2020-03-19T21:47:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T21:36:16.000Z (almost 2 years ago)
- Last Synced: 2025-11-22T08:19:41.271Z (7 months ago)
- Topics: chsarp, netcore, nuget, services, visual-studio
- Language: C#
- Homepage: https://celerik.com
- Size: 748 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README

# .NET Core Services Library
[](https://github.com/celerik/celerik-netcore-services/actions?query=workflow%3Abuild)
[](https://github.com/celerik/celerik-netcore-services/actions?query=workflow%3Adeploy)
[](https://github.com/celerik/celerik-netcore-services/actions?query=workflow%3Adocumentation)
[](https://coveralls.io/github/celerik/celerik-netcore-services)
[](http://www.nuget.org/packages/Celerik.NetCore.Services/)
## What's it
*Celerik.NetCore.Services* provides a code baseline for .NET Core service-oriented projects including configuration, standard service builder, common enumerations, common exceptions, a standar response model, pagination, resources, base service classes and utilities.
## Quick start
```
PM > Install-Package Celerik.NetCore.Services
```
## API and examples
- Check out API's documentation [here](https://celerik.github.io/celerik-netcore-services/api/Celerik.NetCore.Services.html).
## Requirements
- .NET 6.0
## CI/CD pipeline
## What's next
Check out the road map of *Celerik.NetCore.Services* [here](ROADMAP.md).
## License
*Celerik.NetCore.Services* is licensed under the [MIT license](LICENSE).
## How to contribute
Check out the contributing guide [here](CONTRIBUTING.md).