Prism.PubSubEvents
1.0.0
See the version list below for details.
dotnet add package Prism.PubSubEvents --version 1.0.0
NuGet\Install-Package Prism.PubSubEvents -Version 1.0.0
<PackageReference Include="Prism.PubSubEvents" Version="1.0.0" />
paket add Prism.PubSubEvents --version 1.0.0
#r "nuget: Prism.PubSubEvents, 1.0.0"
// Install Prism.PubSubEvents as a Cake Addin #addin nuget:?package=Prism.PubSubEvents&version=1.0.0 // Install Prism.PubSubEvents as a Cake Tool #tool nuget:?package=Prism.PubSubEvents&version=1.0.0
Event aggregation allows communication between loosely coupled components in an app, removing the need for components to have a reference to each other. Event aggregation can simplify memory management and reduce dependencies between assemblies in a Microsoft Visual Studio solution.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Prism.PubSubEvents:
Repository | Stars |
---|---|
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
|
|
sachabarber/SachaBarber.CQRS.Demo
Small CQRS demo
|
|
SamHurne/gw2pao
Guild Wars 2 Personal Assistant Overlay
|
|
letianzj/QuantTrading
A real-time quantitative trading/backtesting platform in C#, supporting IB (full brokerage) and Google Finance (quote only). It adds R support through R.NET.
|
This release includes a Portable Class Library version of the Prism EventAggregator that targets .NET for Windows Store apps, .NET Framework 4 and higher, Silverlight 4 and higher, Windows Phone 7 and higher, and Xbox 360.