Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joh-pot/DeeDee
Mediator using source generation for .NET6.0
https://github.com/joh-pot/DeeDee
commands cqrs mediator net50 performance queries sourcegenerator
Last synced: about 1 month ago
JSON representation
Mediator using source generation for .NET6.0
- Host: GitHub
- URL: https://github.com/joh-pot/DeeDee
- Owner: joh-pot
- License: apache-2.0
- Created: 2020-11-23T05:37:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T02:40:52.000Z (about 1 year ago)
- Last Synced: 2024-05-22T04:33:25.387Z (7 months ago)
- Topics: commands, cqrs, mediator, net50, performance, queries, sourcegenerator
- Language: C#
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- RSCG_Examples - https://github.com/joh-pot/DeeDee/
README
# DeeDee
Mediator using source generation for .NETSend in-process commands/queries to handlers either sync or async. The mechanism for sending is generated during compile time as overloads based on your code.
# Installation
Nuget Package manager>`Install-Package DeeDee`See [wiki](https://github.com/joh-pot/DeeDee/wiki) for full details