Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
C# Frequently Asked Questions
>
All Tags
>
wpf
Server & Tools Blogs
>
Developer Tools Blogs
>
C# Frequently Asked Questions
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
C# Frequently Asked Questions
The C# team posts answers to common questions and describes new language features
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
Microsoft "Roslyn" September 2012 CTP now available
Posted
8 months ago
by
CSharpFAQ
5
Comments
Understanding a Simple Async Program
Posted
10 months ago
by
CSharpFAQ
2
Comments
Announcing Microsoft “Roslyn” June 2012 CTP
Posted
11 months ago
by
CSharpFAQ
3
Comments
Async Targeting Pack for Visual Studio 11 now available for .NET 4 and Silverlight 5
Posted
over 1 year ago
by
CSharpFAQ
4
Comments
Live Now on Developer Tools Blogs
Tags
.NET Framework
.NET Framework 4
blocking collection
C#
C# 4.0
concurrent
consumer-producer pattern
parallel-processing
parallel-programming
synchronization context
task cancellation
Task Parallel Library
task scheduler
TPL
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
September 2012
(1)
June 2012
(2)
April 2012
(1)
February 2012
(3)
January 2012
(2)
December 2011
(1)
November 2011
(3)
October 2011
(1)
August 2011
(2)
April 2011
(1)
March 2011
(1)
February 2011
(1)
November 2010
(1)
October 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(2)
June 2010
(2)
May 2010
(1)
April 2010
(2)
March 2010
(1)
February 2010
(1)
January 2010
(2)
November 2009
(1)
October 2009
(2)
September 2009
(1)
March 2009
(1)
January 2009
(1)
October 2006
(2)
March 2006
(3)
February 2005
(1)
December 2004
(4)
November 2004
(1)
October 2004
(15)
August 2004
(3)
July 2004
(3)
June 2004
(1)
May 2004
(8)
April 2004
(4)
March 2004
(36)
More
▼
Less
▲
Tagged Content List
Blog Post:
Blocking Collection and the Producer-Consumer Problem
Alexandra Rusina
This time I want to discuss features that belong to the new System.Collections.Concurrent namespace in the.NET Framework 4. When you design parallel applications, you often need thread-safe data storage as well as some mechanism of sending messages between tasks. Once again, this post will touch on just...
on
11 Aug 2010
Blog Post:
Parallel Programming: Task Cancellation
Alexandra Rusina
In this post, which is the third one in my parallel programming introduction series, I want to show how you can cancel parallel operations when working with the Task Parallel Library (TPL) . I’m going to modify the program that I started in the previous posts. By the way, here’s the full list of posts...
on
19 Jul 2010
Blog Post:
Parallel Programming: Task Schedulers and Synchronization Context
Alexandra Rusina
Thanks to everyone who provided feedback on my previous post Parallel Programming in .NET Framework 4: Getting Started . As promised, I am continuing the series. This time, let’s go a little bit deeper and talk about task schedulers , synchronization context , tasks that return values , and some other...
on
18 Jun 2010
Blog Post:
Parallel Programming in .NET Framework 4: Getting Started
Alexandra Rusina
With this post I want to start a series devoted to the new parallel programming features in .NET Framework 4 and introduce you the Task Parallel Library (TPL) . Update. The list of posts in this series: Getting Started (this post) Task Schedulers and Synchronization Context Task Cancellation Blocking...
on
1 Jun 2010
Page 1 of 1 (4 items)