Sign In
Parallel Programming with .NET
All about System.Threading, System.Threading.Tasks, System.Collections.Concurrent, System.Linq, and more...
Search Parallel Programming
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Disclaimer
These postings are provided "AS IS" with no warranties and confer no rights. All code and tools presented are done so under the Microsoft Public License.
Options
RSS for posts
Atom
RSS for comments
OK
Tags
.NET 4
.NET 4.5
Article Summary
Async
C++
Cancellation
Code Samples
Coordination Data Structures
Dataflow
Debugging
F#
FAQ
Feedback Requested
Media
MSDN
Parallel Extensions
ParallelExtensionsExtras
Parallelism Blockers
PLINQ
Release
Talks
Task Parallel Library
ThreadPool
Tools
Visual Studio 2010
Archive
Archives
February 2012
(13)
January 2012
(5)
December 2011
(3)
November 2011
(8)
October 2011
(5)
September 2011
(6)
June 2011
(3)
May 2011
(3)
April 2011
(2)
February 2011
(1)
January 2011
(6)
November 2010
(2)
October 2010
(5)
August 2010
(2)
July 2010
(3)
June 2010
(7)
May 2010
(6)
April 2010
(23)
March 2010
(3)
February 2010
(10)
January 2010
(6)
December 2009
(3)
November 2009
(12)
October 2009
(10)
September 2009
(1)
August 2009
(3)
July 2009
(6)
June 2009
(11)
May 2009
(13)
April 2009
(4)
March 2009
(2)
February 2009
(4)
January 2009
(1)
December 2008
(1)
November 2008
(3)
October 2008
(6)
September 2008
(1)
August 2008
(5)
July 2008
(2)
June 2008
(15)
May 2008
(4)
April 2008
(1)
March 2008
(6)
February 2008
(6)
January 2008
(4)
December 2007
(10)
November 2007
(6)
June, 2008
MSDN Blogs
>
Parallel Programming with .NET
>
June, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Parallel Programming with .NET
Fork/Join parallelism with .NET CountdownEvent
Posted
over 4 years ago
by
cristina manu
6
Comments
A common asynchronous pattern in code today is the pattern known as fork/join parallelism . This typically manifests by starting n pieces of work and later joining with that work. The existing set of the .NET synchronization primitives does not offer...
Parallel Programming with .NET
Coordination Data Structures Overview
Posted
over 4 years ago
by
Emad Omara
11
Comments
The June 2008 CTP of Parallel Extensions provides the first look at its 3 rd major piece, a set of coordination data structures we lovably refer to as CDS. It contains lightweight and scalable thread-safe data structures and synchronization primitives...
Parallel Programming with .NET
Introducing ConcurrentStack < T >
Posted
over 4 years ago
by
cristina manu
16
Comments
A common problem users run into when writing parallel applications is the lack of the thread-safety support in the .NET collection classes. Users typically need to implement their own synchronization mechanism for achieving the goal of safely reading...
Parallel Programming with .NET
PLINQ Ordering
Posted
over 4 years ago
by
essey
7
Comments
There is a natural tension between ordering and performance in a parallel partitioning system such as PLINQ, which we addressed as guidance in the Dec07 CTP documentation: “Although you can opt into ordering, this does come at a cost to performance...
Parallel Programming with .NET
Parallel Extensions Demo Fun on Channel 9
Posted
over 4 years ago
by
Stephen Toub - MSFT
3
Comments
When I was at TechEd 2008 Developer last week, I met up with the great Dan Fernandez from Channel 9 to show off Parallel Extensions and to demonstrate some of the sample applications included with our June 2008 CTP . The cameras were at the ready, so...
Parallel Programming with .NET
Image Colorizer Sample in the June 2008 CTP
Posted
over 4 years ago
by
Mike Liddell
3
Comments
Continuing the tour of the samples included in the Parallel Extensions June 2008 CTP, we now turn our attention to the "Image Colorizer" application. This sample uses the following constructs from Parallel Extensions: System.Threading.Parallel...
Parallel Programming with .NET
Announcing the "Parallel Programming in Native Code" Blog
Posted
over 4 years ago
by
essey
0
Comments
Our colleagues working on native concurrency have just launched the Parallel Programming in Native Code blog. We’re all on the same team and work really closely to ensure that the right programming models are exposed both for managed and native consumers...
Parallel Programming with .NET
More Channel 9 Parallel Extensions Goodness
Posted
over 4 years ago
by
Stephen Toub - MSFT
2
Comments
Charles from Channel 9 came over to building 112 last week for an in-depth look at what's new in the June 2008 CTP of Parallel Extensions . We spoke on the subject for an hour and a half or so, which you can see in a two-part series that was posted...
Parallel Programming with .NET
Mandelbrot in Parallel with C++/CLI
Posted
over 4 years ago
by
Stephen Toub - MSFT
3
Comments
Since the release of the December 2007 CTP of Parallel Extensions, we've received several questions about whether Parallel Extensions can be used from C++/CLI. In short, yes, it can! (It can be used with any .NET language, one of the beauties of...
Parallel Programming with .NET
More Powerful Aggregations in PLINQ
Posted
over 4 years ago
by
Igor Ostrovsky - MSFT
3
Comments
In the June 2008 CTP, PLINQ aggregations are more powerful than they were in the December 2007 CTP. The reason why they are more powerful is a bit subtle, but this new power enables many useful scenarios, so it is worth it to follow along with the explanation...
Parallel Programming with .NET
Ray Tracer samples in the June 2008 CTP
Posted
over 4 years ago
by
Mike Liddell
8
Comments
The June 2008 Community Technology Preview (CTP) of Parallel Extensions to the .NET Framework was released on Monday, and we’re really pleased at the level of excitement in the community that we’re seeing in response. As part of the CTP, we included a...
Parallel Programming with .NET
What's New in the June 2008 CTP of Parallel Extensions
Posted
over 4 years ago
by
Stephen Toub - MSFT
33
Comments
We've just released a new community technology preview (CTP) of Parallel Extensions to the .NET Framework! You can download it from http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3 . This release contains a...
Parallel Programming with .NET
On Achieving Perfection –or– Why We Love Your Feedback (and Why You Can Love Giving It)
Posted
over 4 years ago
by
essey
14
Comments
“Perfection is reached not when there ’ s nothing left to add , but when there’s nothing left to remove.” - Antoine de St. Exupery Your feedback on Community Technology Previews is invaluable to us in the pursuit this lean perfect solution. Working...
Parallel Programming with .NET
Released! Parallel Extensions to the .NET Framework June 2008 CTP
Posted
over 4 years ago
by
essey
47
Comments
We’re very excited to announce our 2 nd Community Technology Preview (CTP) for Parallel Extensions to the .NET Framework 3.5. We released the Dec07 CTP on 11/29/2007, and from that we have received a lot of feedback from the community and customers. While...
Parallel Programming with .NET
Known Issues in the June 2008 CTP of Parallel Extensions
Posted
over 4 years ago
by
essey
16
Comments
The Jun08 CTP is still an early pre-release version that is not ready for production usage. In addition to on-going feature additions and performance work, there are some known issues that we plan to address in future releases. Of course, there are always...
Page 1 of 1 (15 items)