https://github.com/adshan/dotnet-pipeline-behaviours
CQRS command validation using MediatR's Pipeline Behaviors and FluentValidation.
https://github.com/adshan/dotnet-pipeline-behaviours
cqrs dotnet fluent-validation mediator pipeline-behaviors
Last synced: 3 months ago
JSON representation
CQRS command validation using MediatR's Pipeline Behaviors and FluentValidation.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-pipeline-behaviours
- Owner: AdsHan
- License: mit
- Created: 2023-04-27T13:59:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T16:44:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T09:14:57.462Z (3 months ago)
- Topics: cqrs, dotnet, fluent-validation, mediator, pipeline-behaviors
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-pipeline-behaviours
Demonstração do recurso Pipeline Behavior e de como podemos utilizar esse conceito para executar ações antes ou depois de um Handler do ser disparado.# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
# Sobre
Este projeto foi desenvolvido por Anderson Hansen.