A library built to facilitate and apply AOP techniques in .Net, in order to remove cross cutting concerns' dependencies from Services.
Imagine working on a service like this:
It has several dependencies, and the actual code of the service is is the three lines that map the Dto to a person and store it. The same service, using the two flavours of Howler, would look like this:
or this: