I\'m learning about Events / Delegates in C#. Could I ask your opinion on the naming/coding style I\'ve chosen (taken from the Head First C# book)?
Am teaching a fr
Interesting how Microsoft seems to break its own naming conventions with Visual Studio generated event handler names.
See: Event Naming Guidelines (.NET Framework 1.1)