When will PLINQ be release

  • Thread starter Thread starter Smith
  • Start date Start date
Smith,

MS doesn't generally comment too far in advance on release dates, but
you can expect it to coincide with the next release of .NET, as it is going
to be backed into System.Core, I believe (most of the primitives in the
Parallel Task Library are going to show up in mscorlib and System.Core).
 
Hi Nicholas and thanks for the quick answer. Do you mean .Net 4.0 as the
next release?




Nicholas Paldino said:
Smith,

MS doesn't generally comment too far in advance on release dates, but
you can expect it to coincide with the next release of .NET, as it is
going to be backed into System.Core, I believe (most of the primitives in
the Parallel Task Library are going to show up in mscorlib and
System.Core).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Smith said:
Hello,

Does anyone no when PLINQ will be released?

Thanks
 
Well, there is a Community Tech Preview out now (Google "Parallel Task
Library" for the download), but the official release won't be until .NET
4.0/C# 4.0/VS.NET 2010 (they are being released together).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Smith said:
Hi Nicholas and thanks for the quick answer. Do you mean .Net 4.0 as the
next release?




Nicholas Paldino said:
Smith,

MS doesn't generally comment too far in advance on release dates, but
you can expect it to coincide with the next release of .NET, as it is
going to be backed into System.Core, I believe (most of the primitives in
the Parallel Task Library are going to show up in mscorlib and
System.Core).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Smith said:
Hello,

Does anyone no when PLINQ will be released?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top