Home > Swf > Synchronous and Asynchronous use of Delegate with C#

Synchronous and Asynchronous use of Delegate with C#

August 15th, 2010

 For developers the quality of a program can be often express in the time used to finish the computation. With current multicore processor we have to move our thinking from a serial execution to a concurrent execution. Using delegates in an asynchronous way can force the CLR to allocate multiple threads to your computation. In [...]

Source:Synchronous and Asynchronous use of Delegate with C#

admin Swf , ,