Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Event-Based Programming: Taking Events to the Limit by Ted Faison

Posted By: Free butterfly
Event-Based Programming: Taking Events to the Limit by Ted Faison

Event-Based Programming: Taking Events to the Limit by Ted Faison
English | May 1, 2006 | ISBN: 1590596439 | 678 Pages | PDF | 4 MB

Languages like C#, VB .NET, and Delphi include built-in support for events, and these events become very powerful when they connect the objects and components of a system. Events make it possible for such parts to interact without any coupling. And the resulting parts can be developed and tested individuallywhich keeps the code clean and simple.