Click here to Skip to main content
15,893,668 members
Articles / Programming Languages / C#

EventAggregator - My Take

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
21 Jan 2024CPOL2 min read 3.7K   80   3  
A dead simple message passing framework
The EventAggregator framework enables communication between loosely coupled components using an event mechanism. This article will discuss the inner workings of this simple implementation of the EventAggregator.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired
United States United States
Currently enjoying retirement and working on projects without pressure, deadlines or any kind of management.

Comments and Discussions