Just thought I’d put out some quick WPF performance statistics thanks to Microsoft. You can download the entire slideshow here.
- DependencyProperty is x3 faster than INotifyPropertyChanged
- ObservableCollection accesses single items 90 times faster than List
- ObjectDataProvider is x20 smaller than XmlDataProvider
Microsoft also have some other good tips over here too.
I’d like to see some real world statistics on the differences between using static vs dynamic resources too. Anybody know of any?