Browse by Tags
All Tags »
Parallel Computing (RSS)
WOW!!! When I first saw it. Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4 http://www.microsoft.com/downloads/details.aspx?FamilyID=86b3d32b-ad26-4bb8-a3ae-c1637026c3ee&displaylang=en You
Read More...
Visual Studio 2010 has new API for LINQ (Language Integrated Query). This helps us to implement the power of Parallel Computing in declarative manner. LINQ without Parallel Extension It will take 3 sec for 28 thousand elements. static void Main( string
Read More...
Visual Studio 2010 has new API called “Task”. This helps us to create small pieces of work and execute in distributed manner under multi core machine. Unlike thread it has flexibility to adopt the lower number of CPU without changing code. With improved
Read More...
Download Link from here http://silverlight.services.live.com/93612/Parallel%20Computing%20in%20Visual%20Studio%202010%20Beta%201%20-%20Task%20API/video.wmv Namoskar!!!
Read More...
It has quite a sometime we have been using .NET with System.Threading namespace. So what is new there in Parallel Computing in .NET Framework 4.0 with Visual Studio 2010 . There are a lot Ø Task-based fine grained parallelism Ø Better debugger feature
Read More...