Welcome to MSDN Blogs Sign in | Join | Help

News

  • 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.

March 2008 - Posts

New PLINQ video on Channel 9
Igor and Joe from our Parallel Extensions team sat down with Charles from Channel 9 to discuss the inner workings of PLINQ.  The video of the conversation is now available at http://channel9.msdn.com/showpost.aspx?postid=390736 . "Continuing Read More...
Wrapping an APM implementation with Future<T>
In a previous post, I talked about implementing the Asynchronous Programming Model pattern using Future<T> from Parallel Extensions to the .NET Framework . It's also possible to go in the opposite direction, to create a Future<T> from an existing Read More...
Jobs on the Parallel Computing Platform team
As mentioned in a previous post , we're actively hiring for the Parallel Computing Platform team at Microsoft. Whether you're interested in PM, dev, test, or product management, we have some awesome positions available! You can see a list of them and Read More...
Parallel loop performance
We've received several questions on the MSDN Forums for Parallel Extensions about the performance of the Parallel class, and specifically of the loop constructs we provided in the CTP. We're very much aware that the performance of Parallel.For/ForEach Read More...
Ordering the output of parallel computations
Frequently when attempting to do multiple operations in parallel, ordering becomes an issue. Consider an application where I'm rendering and writing out to a video file frames of a movie: for ( int i = 0; i < numberOfFrames; i++) { var frame = GenerateFrame(i); Read More...
6th Annual Microsoft Financial Services Developer Conference
We'll be speaking this week in NYC about Parallel Extensions to the .NET Framework at the Microsoft Financial Services Developer Conference . "The 2008 Microsoft Financial Services Developer Conference will focus on providing developers and architects Read More...
Page view tracker