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

https://github.com/mizrael/cross-cutting-concern-attributes


https://github.com/mizrael/cross-cutting-concern-attributes

Last synced: 4 months ago
JSON representation

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.

![logging example](https://raw.githubusercontent.com/mizrael/cross-cutting-concern-attributes/master/Capture.JPG)