Info
Version: | 3.0.86 |
Author(s): | keithh |
Last Update: | Thursday, October 3, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://pubsub.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.WebSolutionsPlatform |
Install
Install-Package Microsoft.WebSolutionsPlatform
dotnet add package Microsoft.WebSolutionsPlatform
paket add Microsoft.WebSolutionsPlatform
Microsoft.WebSolutionsPlatform Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Publish/subscribe is a common communication pattern though there are many variations to solve different scenario requirements. The event system provides the developer with a class library paradigm for publishing and subscribing to events.
The events are developer-defined .Net classes which sub-class from the base event. This makes the system both easy to use and very extensible.