
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.