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
- Host: GitHub
- URL: https://github.com/joaosouzaaa/notificationpattern
- Owner: joaosouzaaa
- Created: 2023-09-22T01:36:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T18:59:53.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:11:39.450Z (4 months ago)
- Topics: benchmark, design-patterns, notification-pattern, solid
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_notification-pattern-em-net-link-do-projeto-activity-7113611594240016384-5b3o?utm_source=share&utm_medium=member_desktop
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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