https://github.com/gravity00/introductionmediatorcqrs
https://github.com/gravity00/introductionmediatorcqrs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gravity00/introductionmediatorcqrs
- Owner: gravity00
- License: mit
- Created: 2020-10-27T23:04:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T01:46:21.000Z (over 5 years ago)
- Last Synced: 2025-05-07T11:53:31.054Z (about 1 year ago)
- Language: C#
- Size: 72.3 KB
- Stars: 34
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntroductionMediatorCQRS
Project introducing [SimpleSoft.Mediator](https://github.com/simplesoft-pt/Mediator) in ASP.NET Core applications.
## Articles
* [Introduction to the mediator pattern in ASP.NET Core applications](https://medium.com/swlh/mediator-pattern-in-asp-net-core-applications-109b4231c0f8)
* [Using Mediator Pipelines in ASP.NET Core Applications](https://medium.com/swlh/mediator-pattern-in-asp-net-core-applications-pipelines-ec0926e71bc8)
* [Validation with Mediator Pipelines in ASP.NET Core Applications](https://medium.com/swlh/validation-with-mediator-pipelines-in-asp-net-core-applications-7878a56ec604)
* [Transaction Management with Mediator Pipelines in ASP.NET Core](https://medium.com/swlh/transaction-management-with-mediator-pipelines-in-asp-net-core-39317a19bb8d)
* [Auditing with Mediator Pipelines in ASP.NET Core](https://joaoprsimoes.medium.com/auditing-with-mediator-pipelines-in-asp-net-core-be34cf3551b)
