By: @staxmanade
It's a single .cs file that can provide a basis for a simple Pub/Sub in memory event aggregator.
You can use this to decouple any set of objects in your .net project. It is currently used in StatLight and has had a number of downloads on NuGet.
- Install via NuGet
Install-Package EventAggregator.Net
- Checkout the samples project to view some various uses.
Thanks for contributions from: