https://github.com/soenneker/soenneker.coordinators.entities
A strongly-typed, generic coordinator base class that defines virtual CRUD operations for a specific request and response type.
https://github.com/soenneker/soenneker.coordinators.entities
controller coordinator coordinators csharp dotnet entities entitiescoordinator entity manager request response util
Last synced: about 2 months ago
JSON representation
A strongly-typed, generic coordinator base class that defines virtual CRUD operations for a specific request and response type.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.coordinators.entities
- Owner: soenneker
- License: mit
- Created: 2025-04-03T13:19:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-14T21:09:48.000Z (2 months ago)
- Last Synced: 2026-04-14T21:29:54.569Z (2 months ago)
- Topics: controller, coordinator, coordinators, csharp, dotnet, entities, entitiescoordinator, entity, manager, request, response, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 707 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.coordinators.entities/)
[](https://github.com/soenneker/soenneker.coordinators.entities/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.coordinators.entities/)
[](https://github.com/soenneker/soenneker.coordinators.entities/actions/workflows/codeql.yml)
#  Soenneker.Coordinators.Entities
### A strongly-typed, generic coordinator base class that defines virtual CRUD operations for a specific request and response type.
## Installation
```
dotnet add package Soenneker.Coordinators.Entities
```