Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 784 Bytes

ConveyR

======= NuGet NuGet

Simple implementation of conveyor handling in .NET. The library takes code reuse to a new level. In-process object handling with no dependencies.

Define process handlers with your business objects in C#. Synchronous and async with intelligent dispatching via C# generic variance.

Examples in the wiki.

Installing ConveyR

You should install ConveyR with NuGet:

Install-Package ConveyR

Or via the .NET Core command line interface:

dotnet add package ConveyR