C# Callback and Event Mechanisms

All too often, source code spends a lot of time on basic housekeeping, monitoring the state of many objects. This is wasteful, and with C# it is unnecessary. Software expert Stephen Morris shows how C# provides a range of callback mechanisms that obviate the need for polling objects for state information.

9 Comments

  1. 2007-04-22 12:45 pm
    • 2007-04-22 1:28 pm
      • 2007-04-22 3:56 pm
        • 2007-04-22 4:37 pm
          • 2007-04-22 5:37 pm
    • 2007-04-22 3:09 pm
      • 2007-04-22 6:43 pm
  2. 2007-04-23 2:05 am