CsPublisherSubscriber code
CsPublisherSubscriber Repository
Demonstrates construction of Publisher-Subscriber with .Net EventHandlers
Quick Status
Code functions correctly
no known defects
Demonstration code
yes
Documentation
yes - needs much more including class diagram
Test cases
none, but planned
Static library
no, but planned
Build requires
C# 7.0
Planned design changes
Refactor into library
1.0 Contents
This repository provides a simple demonstration of the Publisher-Subscriber pattern using delegates.
2.0 Build
All code was built with Visual Studio, Community Edition - 2019, and tested on Windows 10.