Articles Written by Jeffrey Juday

.NET Framework Parallel Programming Design Patterns

There is a buffet of Parallel Programming patterns and conventions documentation. A good approach to digesting all the available information is to ingest a little bit at a time. Developers looking for a Parallel Programming Patterns and Conventions appetizer will find it in this article.

Quick Guide to .NET Framework Task Parallel Library Visual Studio 2010 Debugger

When Microsoft released Visual Studio 2010, they included a first-class Parallel Debugger to offset the twist that the .NET Framework Task Parallel Library introduced to debugging. This article is a short guide to using the Debugger to debug an application built on the .NET Framework Task Parallel Library.

.NET Framework: Task Parallel Library Dataflow

Learn about the Task Parallel Library Dataflow, a new member of Microsoft's Technical Computing Initiative built on the Task Parallel Library.

Microsoft .NET Framework 4.0 Task Parallel Library Continuations

Task Continuations allows developers to create interdependencies between tasks. The interdependencies can involve simple execution in response to task completion or aggregated exception handling among tasks. Read along to learn more.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds