According to me, threading is the most interesting and exciting part of C#. Exploiting the power of multiple processors in order to build more faster and more responsive software is a great challenge. But to fully exploit this in your applications, you need to write multithreading code, which means learning some challenging new concepts. I’ll try as [...]
Archive for the ‘Threading’ Category
Understanding MultiCore CPUs Power by Runing Multiple Processes
Posted in C# 2.0 Tips, C# 3.0 Tips, Threading, tagged MultiCore on October 23, 2009 | Leave a Comment »