Windows phone 7: DataBinding and UI Refresh系列教程
1. Data Binding http://msdn.microsoft.com/en-us/library/cc278072(v=VS.95).aspx#change_notification 2. Displaying Data with Data Binding http://msdn.microsoft.com/en-us/library/hh407286(v=VS.88).aspx 3. INotifyCollectionChanged Interface http://msdn.microsoft.com/en-us/library/system.collections.specialized.inotifycollectionchanged(v=VS.95).aspx 4. ObservableCollection (Of T ) Class http://msdn.microsoft.com/en-us/library/ms668604(v=VS.95).aspx 5. Make ObservableCollection to thread safe (Updated) (Window Form version) http://www.cnblogs.com/Jessy/archive/2011/12/19/2293070.html 6. 深入理解windows