/Eventify

Simple, concise implementation of Events in .NET

Primary LanguageC#Apache License 2.0Apache-2.0

Eventify

HitCount

Simple event and event handling pattern implementation in .NET

In-memory event publishing

Install Eventify

You should install Eventify with NuGet:

Install-Package Eventify

Or via the .NET Core command line interface:

dotnet add package Eventify

Please see wiki section for examples.