Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aimenux/mediatrdemo
- Owner: aimenux
- License: mit
- Created: 2023-12-16T22:40:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T08:04:12.000Z (9 months ago)
- Last Synced: 2024-04-28T03:15:50.723Z (7 months ago)
- Topics: entity-framework, integration-testing, mediatr, net80, unit-testing
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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