Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aimenux/mediatrdemo

Using mediatr to enforce cqrs and loose coupling between components
https://github.com/aimenux/mediatrdemo

entity-framework integration-testing mediatr net80 unit-testing

Last synced: 3 days ago
JSON representation

Using mediatr to enforce cqrs and loose coupling between components

Awesome Lists containing this project

README

        

[![.NET](https://github.com/aimenux/MediatrDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/MediatrDemo/actions/workflows/ci.yml)

# MediatrDemo
```
Using mediatr to enforce cqrs and loose coupling between components
```

In this repo, i m using [mediatr](https://github.com/jbogard/MediatR/wiki) to enforce cqrs and loose coupling between components.

>
**`Tools`** : net 8.0, web api, mediatr, unit-testing, integration-testing