Showing results for Visual Studio 2010 - .NET Parallel Programming

Nov 5, 2009
0
0

What’s New in Beta 2 for PLINQ

essey
essey

Included in the .NET 4 Framework Beta 2 is a more robust and faster version of PLINQ.  Between B1 and B2, PLINQ changes have mainly been under the covers, so hopefully no need to rewrite any of your applications to see the improvements.  1.       Many improvements to performance and scalability2.  &...

Parallel Extensions.NET 4PLINQ
Nov 4, 2009
0
0

What’s new in Beta 2 for the Task Parallel Library? (Part 3/3)

Danny Shih
Danny Shih

Related posts: What's new in Beta 2 for the Task Parallel Library? (1/3) What's new in Beta 2 for the Task Parallel Library? (2/3) Last time, we covered Tasks being detached by default and some refactorings in our multiple-Task continuation APIs.  The final post of this series will discuss Nested Tasks and Unwrap, a Parallel namespace ...

Parallel ExtensionsTask Parallel Library.NET 4
Nov 1, 2009
0
0

Slides from Parallelism Tour

Stephen Toub - MSFT
Stephen Toub - MSFT

Last week, I had the privilege of touring around Tennessee, Kentucky, Ohio, and Michigan, speaking about the new parallel computing support in Visual Studio 2010 and the .NET Framework 4.  Many folks I spoke with were interested in getting a copy of the slide deck I used, so I’ve attached it to this blog post.  Enjoy! ...

Parallel ExtensionsTask Parallel Library.NET 4
Oct 27, 2009
0
0

What’s new in Beta 2 for the Task Parallel Library? (Part 2/3)

Danny Shih
Danny Shih

Related posts: Last week, we talked about how TPL adopted a new, better cancellation model.  Today, we’ll cover a change that makes Tasks Detached by Default, some ContinueWhenAll/Any Refactoring, and the handy UnobservedTaskException event.Tasks are Detached by DefaultIn Beta 2, we have changed an important default.  Tasks are now...

Parallel ExtensionsTask Parallel Library.NET 4
Oct 19, 2009
0
0

.NET 4 Beta 2 is here!

Stephen Toub - MSFT
Stephen Toub - MSFT

The .NET Framework 4 Beta 2 is now available! MSDN Subscribers can download it today, and it will be generally available for download on Wednesday.  More information is available at https://msdn.microsoft.com/en-us/vstudio/dd582936.aspx.  Additionally, one of the really exciting things about this Beta release is that it’s “go-...

Parallel Extensions.NET 4Visual Studio 2010
Oct 16, 2009
0
0

Parallel Computing at PDC09 and TechEd Europe 2009

Stephen Toub - MSFT
Stephen Toub - MSFT

It’s fall, and that means conference season!  In November, members of the Parallel Computing Platform team will be descending upon both PDC09 in Los Angeles and TechEd Europe 2009 in Berlin.  We’re extremely excited to see all of you there and to discuss the new support for parallel computing that’s coming in Visual ...

Visual Studio 2010Talks
Oct 16, 2009
0
0

Parallel Computing Presentations in Michigan, Ohio, Kentucky, and Tennessee

Stephen Toub - MSFT
Stephen Toub - MSFT

In a week, I’m going to be traveling through Michigan, Ohio, Kentucky, and Tennessee, speaking about parallel computing, Visual Studio 2010, and .NET 4, primarily at corporations during the day and at user groups in the evenings.If you’re in the area and interested, please do attend, and I look forward to meeting you!  A list of ...

Parallel Extensions.NET 4Visual Studio 2010
Sep 22, 2009
0
1

TaskScheduler.FromCurrentSynchronizationContext

Stephen Toub - MSFT
Stephen Toub - MSFT

The Task abstractions in .NET 4 run on instances of the TaskScheduler class.  Two implementations of TaskScheduler ship as part of the .NET Framework 4.  The first is the default scheduler, which is integrated with the .NET 4 ThreadPool and takes advantage of its work-stealing queues.  The second is the type of TaskScheduler returned...

Parallel ExtensionsTask Parallel Library.NET 4
May 20, 2009
2
0

Samples for Parallel Programming with the .NET Framework 4

Stephen Toub - MSFT
Stephen Toub - MSFT

Along with the release of the .NET Framework 4 Beta 1, we've just published a slew of samples that demonstrate using Parallel Extensions in a variety of ways.  You can download these from Code Gallery at https://code.msdn.microsoft.com/ParExtSamples.These samples include raytracers, a sudoku game, an image colorization algorithm, solvers for ...

Parallel ExtensionsTask Parallel Library.NET 4
May 20, 2009
0
0

.NET 4 MSDN documentation for parallelism

Stephen Toub - MSFT
Stephen Toub - MSFT

In addition to the Betas of Visual Studio 2010 and the .NET Framework 4 being available for download today, the MSDN documentation for .NET 4 Beta 1 is also available.  This includes quite a bit of useful information about the new parallelism constructs.  Here's a summary of the relevant material, with links: Related to this...

.NET 4Visual Studio 2010