Skip to content

ShreyasJejurkar/Eventify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.