Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aimenux/pipelinebehaviorsdemo

Using pipeline behaviors to implement cross-cutting concerns
https://github.com/aimenux/pipelinebehaviorsdemo

integration-testing mediatr net80 pipeline-behaviors unit-testing

Last synced: 13 days ago
JSON representation

Using pipeline behaviors to implement cross-cutting concerns

Awesome Lists containing this project

README

        

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

# PipelineBehaviorsDemo
```
Using pipeline behaviors to implement cross-cutting concerns
```

In this repo, i m using [pipeline behaviors](https://github.com/jbogard/MediatR/wiki/Behaviors) to implement cross-cutting concerns (validation, logging, etc).

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