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

https://github.com/joaosouzaaa/notificationpattern

Notification Pattern in .NET
https://github.com/joaosouzaaa/notificationpattern

benchmark design-patterns notification-pattern solid

Last synced: 3 months ago
JSON representation

Notification Pattern in .NET

Awesome Lists containing this project

README

        

# NotificationPattern
This is the first project of my portfolio.
The goal of this project is to show a pattern which I use on most of my projects for error handling.
To avoid using exceptions I prefer to use this pattern. Thus, leading to better performance and better code flow.

# Technologies used
- .NET 7
- C#
- xUnit
- Moq
- BenchmarkDotNet
- Docker
- SQL Server