https://github.com/celerik/celerik-netcore-web
Provides middlewares, filters and utilities for managing .Net Core Web APIs including Cors, Logging, Exceptions, Resources, Security, Startup Pipelines, Swagger, Validations.
https://github.com/celerik/celerik-netcore-web
api chsarp netcore nuget rest visual-studio
Last synced: 1 day ago
JSON representation
Provides middlewares, filters and utilities for managing .Net Core Web APIs including Cors, Logging, Exceptions, Resources, Security, Startup Pipelines, Swagger, Validations.
- Host: GitHub
- URL: https://github.com/celerik/celerik-netcore-web
- Owner: celerik
- License: mit
- Created: 2020-04-20T11:51:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T19:48:03.000Z (about 3 years ago)
- Last Synced: 2026-06-07T06:08:09.466Z (10 days ago)
- Topics: api, chsarp, netcore, nuget, rest, visual-studio
- Language: C#
- Homepage: https://celerik.com
- Size: 662 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
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 Web Library
[](https://github.com/celerik/celerik-netcore-web/actions?query=workflow%3Abuild)
[](https://github.com/celerik/celerik-netcore-web/actions?query=workflow%3Adeploy)
[](https://github.com/celerik/celerik-netcore-web/actions?query=workflow%3Adocumentation)
[](https://coveralls.io/github/celerik/celerik-netcore-web)
[](http://www.nuget.org/packages/Celerik.NetCore.Web/)
## What's it
*Celerik.NetCore.Web* provides middlewares, filters and utilities for managing .Net Core Web APIs including Cors, Logging, Exceptions, Resources, Security, Startup Pipelines, Swagger, Validations.
## Quick start
```
PM > Install-Package Celerik.NetCore.Web
```
## API and examples
- Check out API's documentation [here](https://celerik.github.io/celerik-netcore-web/api/Celerik.NetCore.Web.html).
## Requirements
- .NET 6.0
## CI/CD pipeline
## What's next
Check out the road map of *Celerik.NetCore.Web* [here](ROADMAP.md).
## License
*Celerik.NetCore.Web* is licensed under the [MIT license](LICENSE).
## How to contribute
Check out the contributing guide [here](CONTRIBUTING.md).