Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aimenux/middlewarestylesdemo

Using various styles for writing custom middlewares
https://github.com/aimenux/middlewarestylesdemo

fluent-assertions integration-testing middleware net80 unit-testing

Last synced: 3 days ago
JSON representation

Using various styles for writing custom middlewares

Awesome Lists containing this project

README

        

[![.NET](https://github.com/aimenux/MiddlewareStylesDemo/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/MiddlewareStylesDemo/actions/workflows/ci.yml)

# MiddlewareStylesDemo
```
Using various styles for writing custom middlewares
```

In this demo, i m using various styles in order to write custom middlewares

>
- Inline style
>
- Convention style
>
- Factory style
>

**`Tools`** : net 8.0, fluent-assertions, integration-tests