I couldn't find the the newly added types documented anywhere; only the bug fixes are listed.
Any ideas...
|
1
|
|
|
|
|
|
Here's what you're looking for:
Full Article: http://www.hanselman.com/blog/CatchingRedBitsDifferencesInNET20AndNET20SP1.aspx This may also be helpful:
Full Article: http://www.hanselman.com/blog/ChangesInTheNETBCLBetween20And35.aspx |
||
|
|
|
|
There were new interfaces added, like INotifyPropertyChanging, so there were new types added. The question is valid. |
||
|
|
|
|
DateTimeOffset was added to 2.0 SP1 - I'm not aware of any other new types. Given the coincidental timing, it's perhaps worth reminding people that 2.0 SP1 shipped with 3.5 RTM (i.e November 2007) and 2.0 SP2 shipped with 3.5 SP1. |
||
|
|
|
|
I never thought there was a newly added type in .NET 2.0 SP1 until I came across the following links David Kean's Blog, MSDN-DateTimeOffset both referring DateTimeOffset structure which was added in SP1. Just thought there was an exhaustive list of types added... |
|||
|
|
|
|
Based on what D2VIANT referenced
I was able to find additional resources which list the changes in .NET SP1 some of the types added/affected are listed below
|
||
|
|