Posted by: jaimalchohan on: April 26, 2008
Asynchronous Programming Part 1 – Delegates
Asynchronous Programming is the ability to perform multiple operations at the same time. For example, connect to a web service whilst at the same time connecting to a database and still responding to user input (avoiding a ‘frozen’ window).
To understand and be able to use Asynchronous programming techniques there are [...]