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.

April 2009 - Posts

What’s new in Beta 1 for Parallel LINQ (PLINQ)?
A number of improvements have been made to Parallel Extensions since the Visual Studio 2010 CTP across the Task Parallel Library (TPL), Parallel LINQ (PLINQ), and our coordination data structures. You can find the latest on TPL ( 1 2 3 ) and the data Read More...
What’s new in Beta 1 for the Task Parallel Library? (Part 3/3)
Related posts: What’s new in Beta 1 for the Task Parallel Library? (Part 1/3) What’s new in Beta 1 for the Task Parallel Library? (Part 2/3) So what else is new in TPL for Beta 1 (finally)? In the last post, we mentioned that TaskFactory offers more static Read More...
What’s new in Beta 1 for the Task Parallel Library? (Part 2/3)
Related Posts: What’s new in Beta 1 for the Task Parallel Library? (Part 1/3) What's new in Beta 1 for the Task Parallel Library? (Part 3/3) Last week we talked about changes under the covers, redesigns in System.Threading.Parallel, and using CancellationTokens. Read More...
Do you use LazyInitMode.AllowMultipleExecution?
In an effort to release simple, streamlined APIs, we spend a lot of time poring over every aspect of our types. One of the types that we know is getting used a lot both internally and externally is LazyInit<T>.  One of LazyInit<T>’s constructors Read More...
Page view tracker