Skip to content

Quaverflow/Howler

Repository files navigation

Howler

A library built to facilitate and apply AOP techniques in .Net, in order to remove cross cutting concerns' dependencies from Services.

How does it work?

Imagine working on a service like this: ServiceWithoutHowler

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:

ServiceWithHowler

or this:

ServiceUsingWhisper

See the WIKI for a getting started guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages