https://github.com/mizrael/cross-cutting-concern-attributes
https://github.com/mizrael/cross-cutting-concern-attributes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizrael/cross-cutting-concern-attributes
- Owner: mizrael
- Created: 2019-01-12T16:28:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T16:28:26.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T04:11:58.811Z (7 months ago)
- Language: C#
- Size: 210 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Decorators and Attributes to add cross-cutting concerns to your CQRS handlers
Cross-cutting concerns can lead to a lot of duplicated boiler-plate code. In this small project I show a simple tecnique to encapsulate them in Decorators and Attributes.
