Concurrency and Coordination Runtime (CCR) | top |
Title/ Updated | Author | Score | |
CCR Unplugged Updated:21 Aug 2009 Utilizing the CCR to manage and execute plug-ins. C#3.0, C#4.0, .NET3.5, Architect, Dev, Design, .NET4, Parallel | James Cann | 5.00 | |
CCRing Updated:29 Oct 2008 Sequential Asynchronous logging example using the CCR C#, .NET3.0, .NET3.5, Dev, Design, Parallel | James Cann | 4.00 | |
Parallel Extensions to the .NET 4.0 Runtime Updated:6 Nov 2010 An article that mainly focuses on the TPL C# (C#3.0, C#4.0), Windows (Vista, Win2008, Win7, Win2008-R2), Visual-Studio (VS2010), Dev, Parallel | logicchild | 3.67 | |
Parallel Recursive Methods using the Concurrency and Coordination Runtime Updated:11 Oct 2008 A multi threaded directory size implementation using the CCR C#, Dev, Parallel | itaifrenkel | 4.52 | |
Pipes and Filters concurrent Design Pattern using the Concurrency and Coordination Runtime Updated:8 Oct 2008 A modular approach for concurrent message passing. C#, .NET3.5, Architect, Dev, Parallel | itaifrenkel | 3.67 | |
General | top |
Title/ Updated | Author | Score | |
A Brief Test on the Code Efficiency of CUDA and Thrust Updated:27 Jun 2010 Verify the execution efficiency of a short CUDA program when using the library thrust C++ (VC9.0), C, Windows (Win7), Visual-Studio (VS2008), Dev, Parallel | Wayne Wood | 4.84 | |
A Brief Test on the Efficiency of a .NET 4.0 Parallel Code Example Updated:1 Jul 2010 Verify the execution efficiency of a series of short .NET 4.0 parallel programming samples C# (C#4.0), Windows (Win7), .NET, Visual-Studio (VS2010), Dev, .NET4, Parallel | Wayne Wood | 4.68 | |
A Comprehensive Look at the Task Parallel Library Updated:18 Nov 2010 An article that examines the TPL, Parallel Loop Constructs, and PLINQ C# (C#4.0), Windows (Vista, Win2008, Win7, Win2008-R2), Visual-Studio (VS2010), Dev, Framework, Parallel | logicchild | 4.89 | |
Base64 Encoding on a GPU Updated:2 Nov 2011 Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET). C#4.0, .NET, VS2010, Dev, GPGPU | Nick Kopp | 4.97 | |
Concurrency Runtime in Visual C++ 2010 -Unedited Updated:11 Nov 2010 Learn about parallel algorithms, parallel containers, tasks, task groups, agents library, task scheduler etc in VC10 C++, Windows, Win32, Win64, STL, VS2010, Architect, Dev, Parallel | Ajay Vijayvargiya | 4.97 | |
Concurrent Programming - A Primer Updated:3 Jan 2008 An overview of Microsoft's Parallel FX initiative, including the Task Parallel Library and PLINQ. C# (C#1.0, C#2.0, C#3.0), .NET (.NET3.5), Architect, DBA, Dev, Design, Parallel | Marc Clifton | 4.74 | |
CUDA 3.0 and Nexus Parallel Nsight on VS 2010 -Unedited Updated:6 Jun 2010
.NET, VS2010, Parallel | GPUToaster™ | | |
High Performance Queries: GPU vs. PLINQ vs. LINQ Updated:24 Nov 2011 How to get 30x performance increase for queries by using your Graphics Processing Unit (GPU) instead of LINQ and PLINQ. C#4.0, Windows, .NET, LINQ, VS2010, GPGPU | Nick Kopp | 4.93 | |
Introducing .NET 4.0 Parallel Programming Updated:7 Apr 2010 Introduces the Parallel Programming features of .NET 4.0. C#4.0, Architect, Dev, .NET4, Parallel | mohamad halabi | 4.93 | |
Introduction to Asynchronous Programming Model (C# 5.0 Series) -Unedited Updated:12 Nov 2010 Introduction to Asynchronous Programming Model (C# 5.0 Series) C#, All-Topics, Parallel | mazhou | | |
Massively Parallel Monte Carlo Simulation using GPU -Unedited Updated:28 Nov 2011 On this blog post I’m diving deeper into Thrust usage scenarios with a simple implementation of Monte Carlo Simulation C++, C, GPGPU, Parallel | Adnan Boz | 5.00 | |
Massively Parallel RNG using CUDA C, Thrust and C# -Unedited Updated:22 Sep 2011 Massively Parallel Random Nunber Generation using CUDA C, Thrust and C# C++ (VC10.0), C# (C#4.0), Windows, .NET (.NET3.5), WPF, All-Topics, Architect, Dev, GPGPU, Parallel | Adnan Boz | 5.00 | |
Parallel Computing Concepts via C# 4.0 Updated:4 Nov 2010 An article that presents the basics of Parallel Computing in .NET 4.0 C# (C#4.0), .NET, Visual-Studio (VS2010), Dev, .NET4, Parallel | logicchild | 4.78 | |
Parallel Containers Updated:13 May 2011 An article that describes concurrent collections. C#4.0, Vista, Win2008, Win7, Win2008-R2, Visual-Studio (VS2010), Dev, Threading | logicchild | 4.70 | |
Parallel fast compression unleashing the power of multi-core machines using the .NET TPL (Task Parallel Library) Updated:8 Jan 2010 Parallel fast compression uses TPL to achieve complete usage of a multi-core system. Fast compression compresses files nX times faster, where n = the number of processors in the machine. C#4.0, Win2K, WinXP, Win2003, Vista, Win2008, Win7, Win2008-R2, VS2010, Architect, Dev, .NET4, Parallel | Bharath K A | 4.64 | |
Parallel Loops with .NET Framework 4 -Unedited Updated:10 Nov 2011 IntroductionParallel computing draws a lot of attention at these days, because of amazing pace in which multi-core computers become widely available for industrial and personal use.Developing applications that can take advantage of this computitional power, requires revision of the existing practice C#, .NET, Dev, Parallel | Diego Resnik | 5.00 | |
Parallel Processing Updated:21 Sep 2009 Utilizing your CPU cores with Parallel Extensions (TPL). C#1.0, C#2.0, C#3.0, .NET3.5, Architect, Dev, .NET4, Parallel | James Cann | 4.20 | |
Parallel Programing, PLINQ and Globalization -Unedited Updated:12 Aug 2011 Parallel Programing, PLINQ and Globalization C#, Parallel | George Mamaladze | 5.00 | |
Parallel Programming Easier than ever using .NET Framework 4 -Unedited Updated:9 Sep 2010 The .NET Framework 4 Provides support for parallel loops and regions easily if you compare to the older versions of .Net such as using System.Threading now with the introduction of the Parallel class it now provides library-based data parallel operations such as for loops, for each loops, and invoke All-Topics, Parallel | Raymund Macaalay | 4.75 | |
Parallel Programming Essentials via the Intel TBB Updated:19 May 2011 An article meant to introduce and expand upon the Intel Threading Building Blocks threading library C++ (VC6, VC7, VC7.1, VC8.0, VC9.0), Windows (Win2003, Vista, Win2008, Win7, Win2008-R2), Visual-Studio (VS2008), Architect, Parallel | logicchild | 4.79 | |
Parallel Programming using Microsoft .NET Framework 4.0 -Unedited Updated:2 May 2011 Wikipedia defines Parallel Computing as a form of computation in which many calculations are carried out simultaneously, operating on the principle that large problems can often be divided into smaller ones, which are then solved concurrently ("in parallel"). In the past concurrency was virtually ac All-Topics, Parallel | Koder Hack | 4.00 | |
Progress Reporting in C# 5 Async Updated:21 Nov 2010 The new progress reporting pattern explained and revealed C#, .NET, Architect, Dev, Parallel | Nicholas Butler | 4.87 | |
Silverlight, PLINQ, and my take on a Semaphore variant. -Unedited Updated:26 Jun 2011
C#, LINQ, Silverlight | Alex Perepletov | | |
Tasks/Continuations and Death of the ThreadPool? Updated:15 Aug 2009 Using the VS2010 Tasks namespace. C#4.0, Visual-Studio (VS2010), Architect, Dev, .NET4, Parallel | Sacha Barber | 4.46 | |
The Asynchronous Programming Models (C# 5.0 Series) -Unedited Updated:16 Nov 2010 In previous article, I mentioned a new feature of C# 5.0 – the async and the await keywords. They are syntactical sugars that simplifies the construction of asynchronous operations code. When the C# compiler sees an await expression, it generates code that automatically invokes the expression asynch C#, .NET, Parallel | mazhou | 4.93 | |
The Basics of Task Parallelism via C# Updated:4 May 2011 An article that explains the basics of task parallel programming. C#4.0, Vista, Win2008, Win7, Visual-Studio (VS2010), Dev | logicchild | 4.79 | |
Thread Safe Generic Queue Class -Unedited Updated:2 Oct 2009 I've been doing a lot of mult-threading work, recently, using the standard Thead class, the Worker Queue, and the new PLINQ (Parallel LINQ). The problem with most of the built-in generic collections (Queue<>, List<>, Dictionary<>, etc), is that they are not thread safe. All-Topics, Parallel | merlin981 | | |
Transferring Data from a Single XML Stream into Multiple Tables with One Forward-Only Read Updated:30 Sep 2011 Using parallel implementations of SqlBulkCopy to achieve fast data transfer from a single XML source into multiple tables. XML, SQL, C#4.0, Windows, .NET3.5, ADO.NET, WinForms, VS2008, Architect, DBA, Dev, Algorithms | Rob Lyndon | 4.64 | |
Using Cudafy for GPGPU Programming in .NET Updated:12 Jul 2011 An introduction to using Cudafy.NET to perform processing on a GPU C# (C#4.0), .NET, VS2010, Dev | Nick Kopp | 4.94 | |
What are actually synchronous/asynchronous operations (C# 5.0 Series) -Unedited Updated:16 Nov 2010 Synchronous/asynchronous operations (C# 5.0 Series) C#, .NET, Parallel | mazhou | 5.00 | |
Wrapping a C++ callback in a .NET System::Action -Unedited Updated:17 Nov 2011 Wrapping a C++ callback in a .NET Action so you can use the .NET Task Parallel Library C++/CLI, .NET | John Stewien | | |
Reactive Extensions for .NET (Rx) | top |
Title/ Updated | Author | Score | |
A Generic Class for Wrapping Asynchronous Begin/End Operations, Using Reactive Extensions for .NET (Rx) Updated:3 Feb 2010 This article presents a reusable class and technique for easily doing Asynchronous Programming using the Begin/End Pattern and the new Reactive Extensions for .NET (Rx) library. C#3.0, C#4.0, .NET, WCF, WPF, LINQ, Silverlight, Dev, Parallel | aemami99 | 4.64 | |
A quick look at the Reactive Extensions (Rx) for .Net -Unedited Updated:4 Jan 2010 Introduction and some words about what I’ve been doing lately Hello everyone, first of all, let me tell you that I’ve been very busy at work, we finally released a site for one of our customers and is a pleasure to see our hard work materialized in such a nice website. We worked pretty hard par .NET, Dev, eCommerce, Parallel | emiaj | 4.80 | |
Parallel Extensions or Asynchronous Invocation with IO-based operations -Unedited Updated:3 Jul 2010 I've been playing around with the parallel extensions shipped as part of the .NET 4.0 and Visual Studio 2010 RC. Turning immutable atomic self-contained CPU-bound operations to run in parallel is pretty easy. However... All-Topics, Parallel | Amir Zuker | | |
Parallel for loop in C# -Unedited Updated:31 Oct 2011 UPDATE - April 14th, 2009I updated the for loop code to include better math for smaller numbers of iterations, to make sure the work falls evenly on all threads. This is courtesy of Richard Massey (a coworker) who reviewed the code after I was finished."For large lists it was working fine but in th All-Topics, Parallel | Aron Weiler | | |
The Rx Framework By Example Updated:8 Nov 2011 An introduction to the Reactive Framework using some practical examples C# (C#3.0), Parallel | Phil Martin | 4.99 | |