0

Possible Duplicates:
Things in .NET Framework 4 that every programmer should know
Basic difference between .net 3.5 and 4.0

Hi Guys

Is there any real great (really good) difference between NET Framework 3.5 and NET Framework 4.0?

Perhaps something regarding performance?

thank you

Community
  • 1
  • 1
Junior Mayhé
  • 16,144
  • 26
  • 115
  • 161
  • 2
    Possible duplicate: http://stackoverflow.com/questions/1000101/basic-difference-between-net-3-5-and-4-0 – JYelton May 24 '10 at 21:00

1 Answers1

4

For me personally, the Task Parallel Library will be a huge help.

For a more general answer you should check out these related questions:

Community
  • 1
  • 1
Mark Byers
  • 811,555
  • 193
  • 1,581
  • 1,452