Info
Version: | 2.0.1 |
Author(s): | Johnathon Sullinger |
Last Update: | Sunday, July 26, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scionwest/Broadcast |
NuGet Url: | https://www.nuget.org/packages/BroadcastNotifications |
Install
Install-Package BroadcastNotifications
dotnet add package BroadcastNotifications
paket add BroadcastNotifications
BroadcastNotifications Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The implementations within .NET such as the IObserver and IObservable pattern are a very cumbersome subscription model for method invocation. The solution .NET provides is not very elegant and forces your application to be tightly bound to the objects.
Broadcast aims to decouple objects, providing an easier path for developers to make their application more maintainable.