Theres just a ton of new features in SP1... so lets just jump to the links (from Charlies blog post ) :) VS 2008 Service Pack 1: Executable: http://go.microsoft.com/fwlink/?LinkId=122094 ( Direct Link ) Iso: http://go.microsoft.com/fwlink/?LinkId=122095
Read More...
3 more features which go hand in hand are the: · ScrollViewer.IsDeferredScrollingEnabled · AlternationCount · IEditableCollectionView All the above have been used in a sample which looks like this - it supports add/delete/cancel (escape key) operations
Read More...
One of the new features in 3.5 SP1 is stringformat. The usage is pretty simple. So following are simple snippets showing its use < TextBox Text = " {Binding Path=Double, StringFormat=F3 } " /> < TextBox Text = " {Binding Path=Double, StringFormat=Amount:
Read More...