Simple event and event handling pattern implementation in .NET
In-memory event publishing
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.