tags:

views:

42

answers:

2

I was wondering if someone could point me in the direction to some articles or white papers containing information on the newest release of the .NET Framework. Having a history of the fixes between releases of the .NET Framework would be helpful too. I have noticed that there are no "release notes" but I really need this information to research some issues we have been having with our web app.

+1  A: 

Here are the .NET Framework 3.0 release notes.

George Stocker
+2  A: 

Wikipedia actually does a very good job with that question. Also, check out this talk by Anders Hejlsberg from PDC. He goes into 4.0 and gives a little preview of stuff further down the road as well.

JP Alioto