What is is in your opinion the most cool feature of WPF that one absolutely should view at.
+1
A:
Dependency Properties. Many of the most powerful WPF features are based on them.
Bryan Watts
2010-07-30 17:38:22
+1
A:
Brushes. All painting is done by brushes, and all brush types are interchangeable. You want to paint your text with video? No Problem!
Cylon Cat
2010-07-30 17:41:05
+2
A:
The dispatcher messaging architecture.
Build More Responsive Apps With The Dispatcher
Many things in WPF are over-engineered but I feel the way they designed this is genius.
ChaosPandion
2010-07-30 17:41:29
+2
A:
Xaml, as verbose as it is.
And data binding -- there's room for improvement, but it's awesome even as it is.
Rei Miyasaka
2010-07-30 17:44:35
Data Binding + Item Templates = Awesome :)
Joey
2010-07-30 17:53:38