Top 20 NuGet event Packages

C# DDD Domain Layer
Contains core View Store model.
A smart and simple way to work with limited-lifetime events in .NET This package introduce the concept of Disposable events - when you subscribe to such event you will obtain IDisposable token, and when you call Dispose on it, the event subscription will be automatically removed. This will work reg...