Mar 08, 2010
Oredev presentation is online

My Oredev 2009 presentation on “Advanced Features for Line-of-Business Applications in Sliverlight and WPF” is now available online. Check it out!
In case you missed my Oredev 2008 presentation on “Data-driven applications in WPF and Silverlight”, you can still watch it online. The content is a bit older, but still relevant.
FallenGameR
In “Programming WPF” book there was no WPF behaviours.
Are behaviours specific to .NET 4.0?
March 9, 2010 at 9:14 am
Bea
A “behavior” is simply the technique of using an attached property to get access to an element’s tree and introduce new functionality to that element. The ability to use this technique has been around since WPF shipped the first version, but the term “behavior” has only been introduced more recently, when Blend added specific support for “behaviors”.
For example, I used a “behavior” in my drag and drop post from February 2008, but don’t call it that because the term was not widespread at that point.
Bea
March 9, 2010 at 10:20 am
Kai Bohli
That was the greatest WPF/Silverlight presentation I’ve seen so far Bea. I hope that you’re invited to speak at NDC in Oslo in June.
March 9, 2010 at 2:26 pm
Shawn Fitzpatrick
I second Kai’s comment - that was the greatest presentation on the WPF/Silverlight that I’ve seen.
April 20, 2010 at 11:33 am