Showing results for February 2009 - .NET Parallel Programming

Feb 27, 2009
0
0

Maestro has its own blog!

phillips.joshua
phillips.joshua

The response to our initial post on this blog about Maestro has inspired us to give it its own blog.  If you’re not yet in the know, Maestro is a new incubation language from Microsoft’s Parallel Computing Platform team for safe and scalable parallel programming for .NET. If you have interest in Maestro or any topics related to iso...

Message Passing
Feb 19, 2009
0
0

Getting random numbers in a thread-safe way

Stephen Toub - MSFT
Stephen Toub - MSFT

It’s very common in a parallel application to need random numbers for this or that operation.  For situations where random numbers don’t need to be cryptographically-strong, the System.Random class is typically a fast-enough mechanism for generating values that are good-enough.  However, effectively utilizing Random in a paral...

Parallel ExtensionsTask Parallel Library.NET 4
Feb 12, 2009
0
0

“Session-in-a-box” on Parallel Programming with .NET 4.0

Stephen Toub - MSFT
Stephen Toub - MSFT

At PDC 2008 and TechEd EMEA 2008, Daniel Moth delivered several hit talks on parallel programming with the .NET Framework 4.0.  The videos of both of those talks are available online, and he’s since created a series of blog posts capturing the content from those sessions in a way that should make it easy for others to re-present the cont...

Parallel Extensions.NET 4Talks