Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# DeeDee
Mediator using source generation for .NET

Send 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