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
- Host: GitHub
- URL: https://github.com/shreyasjejurkar/eventify
- Owner: ShreyasJejurkar
- License: apache-2.0
- Created: 2020-08-16T08:53:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T05:41:17.000Z (over 5 years ago)
- Last Synced: 2026-01-14T06:08:16.848Z (6 months ago)
- Topics: csharp, ddd, domain-events, dotnet, event-sourcing, integration-events
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Eventify
=======
[](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.