Est-ce votre entreprise ?
Q. Implement a Pub-Sub model (c#, dotnet).
Utilisateur anonyme
I explained how it can be done using a publisher class, mediator class dispatching the events or messages, and one or more handlers (or subscribers) consuming them. The expected answer, I thought, was implementing it using event handler delegates. But my approach was also accepted.