stevemcilwain / Handlr

A C# type handling library (useful in a CQRS implementation)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handler


Handler is a lightweight library that provides an easy way to assign your types, such as classes or interfaces to be "handled" by other types you have defined that implement the included IhandleTypes interface.

About

A C# type handling library (useful in a CQRS implementation)

License:Apache License 2.0


Languages

Language:C# 100.0%