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

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.

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.