views:

273

answers:

2

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?

+1  A: 

It is not supported but you can vote for it here:

http://dotnet.uservoice.com/forums/4325-silverlight-feature-suggestions/suggestions/310712-plinq-and-tpl?ref=title

Raj Kaimal
I just want to know if I can use it or not. That's all.
SilverDark
Silverlight is definitely not single-threaded.
Josh Einstein
Thanks Josh. I have edited my comment.
Raj Kaimal
A: 

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 Einstein