Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aimenux/middlewarestylesdemo
- Owner: aimenux
- License: mit
- Created: 2022-03-20T23:48:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T11:07:57.000Z (5 months ago)
- Last Synced: 2024-06-06T00:11:50.923Z (5 months ago)
- Topics: fluent-assertions, integration-testing, middleware, net80, unit-testing
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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