Basic event publish/subscribe implementation that transfers a message from a sender to a receiver. It provides a loosely coupled communication between objects.
-
Updated
Oct 13, 2022 - C#
Basic event publish/subscribe implementation that transfers a message from a sender to a receiver. It provides a loosely coupled communication between objects.
This is a simple implementation of a Real-Time Notification System in C# for order management. The system uses C# events and delegates to notify different services (Email, SMS) when an order is placed, shipped, or delivered.
Add a description, image, and links to the eventhandling topic page so that developers can more easily learn about it.
To associate your repository with the eventhandling topic, visit your repo's landing page and select "manage topics."