sj-distributor / CoR

The CoRProcessor framework provides a way to implement the Chain of Responsibility (CoR) pattern in .NET applications. It allows you to define a chain of processors that can handle a request in sequence, with support for adding before, after, and finally actions, as well as exception handling.
18Updated 3 months ago

Related projects

Alternatives and complementary repositories for CoR