Hey All,

I downloaded the .NET 4.0 demo on a virtual and started playing around with it. (VB only). (Virtual has 4 cores)

Some of the new features are pretty cool. Started really playing around with Parallism and PLinq.

It is pretty cool but I am still up in the air about the way they implemented it.
There isnt a whole lot of documentation as its still a Beta. I got everything to run fine. Depending on my procedures some ran faster in a paralized function some did not.

One thing I noticed was that the first paralized call was a little slow. After that everything ran pretty fast (somewhat like a web service). I assume its just loading the dll and such.

Just curious if anyone else has played around with 4.0 as well as the Plinq and parallism namespace. Any thoughts??? Do you like it? Hate it?