I have a very simple question. Is it possible to use PLINQ with Silverlight 4 since it seems that it doesn't exist in the most commonly referenced assemblies?
Asked
Active
Viewed 1,983 times
3 Answers
2
It is not supported but you can vote for it here:

Raj Kaimal
- 8,304
- 27
- 18
-
I just want to know if I can use it or not. That's all. – SilverDark Apr 27 '10 at 03:12
2
http://portabletpl.codeplex.com/
PortableTPL is a portable project inspired by the Task Parallel Library. It can be used with .Net 4.0, Silverlight 4.0, XNA 4.0 for XBox 360 and Silverlight for Windows Phone. PortableTPL supports following features:
- Task
- Task
- Task Continuation
- Task Cancelleation with CancellationTokenSource
- AggregationException
- Parallel.For
- Parallel.ForEach
- Schedulers

tonyjy
- 1,359
- 3
- 12
- 24
0
Not at this time. Neither the Task parallel library or PLINQ have been implemented in Silverlight yet. At the rate the Silverlight team is cranking out releases though... who knows!

Josh
- 68,005
- 14
- 144
- 156