.NET & C# ยท C#
How would you handle an interview scenario involving delegates and events?
For a component that announces state changes to several consumers, expose an event instead of allowing external code to invoke the notification directly.