An open API service indexing awesome lists of open source software.

https://github.com/shreyasjejurkar/eventify

Simple, concise implementation of Events in .NET
https://github.com/shreyasjejurkar/eventify

csharp ddd domain-events dotnet event-sourcing integration-events

Last synced: 2 months ago
JSON representation

Simple, concise implementation of Events in .NET

Awesome Lists containing this project

README

          

Eventify
=======

[![HitCount](http://hits.dwyl.com/MCCshreyas/Eventify.svg)](http://hits.dwyl.com/MCCshreyas/Eventify)

Simple event and event handling pattern implementation in .NET

In-memory event publishing

### Install Eventify

You should install [Eventify with NuGet](https://www.nuget.org/packages/Eventify):

Install-Package Eventify

Or via the .NET Core command line interface:

dotnet add package Eventify

Please see [wiki](https://github.com/MCCshreyas/Eventify/wiki) section for examples.