vote up 1 vote down star

Hi,

Please tell me the basic difference between dotnet 2008 and 2010(3.5 and 4.0)

Regards,

jignesh chauhan

flag
Do you mean Visual Studio or .NET Framework ? – Canavar Jun 16 at 8:06
2  
That would be 2 and 0.5 respectively. – Nifle Jun 16 at 8:13

3 Answers

vote up 2 vote down

A simple google brings up...

http://www.vikasgoyal.net/net/What's%20New%20in%20.NET%204.0.aspx

http://blogs.msdn.com/bclteam/archive/2009/05/22/what-s-new-in-the-bcl-in-net-4-beta-1-justin-van-patten.aspx

There are probably a lot more things, the Framework is massive so changes which are interesting for person x might not be as important for person y.

link|flag
vote up 1 vote down

Uh, where to start. Here is what I love:

  • all new things about parallel computing
  • "dynamic" keyword and Dynamic Language Routine
  • code contracts
  • new background garbage collector
  • compiling only necessary parts of Primary Interop Assemblies into your application, and compatibility/versioning improvements that this infrastructure allows for pure .NET code
  • new stuff about exception handling (look for corrupted state exceptions)
  • small stuff like BigInteger and SortedSet classes
  • memory-mapped files handling in managed code

and may others, look around on the net, there is a lot of information already.

link|flag
vote up 1 vote down

MSDN has a number of "What's New" pages up, including:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.