WPF
There are 4 entries for the tag WPF

You can get the PowerPoint slides and the demo code from here. Technorati Tags: .NET, WPF

Tomorrow I'll do a presentation about WPF in the Microsoft Dreamway event in Lisbon, at Centro Cultural de Belém. My session will be Dev09 at 17:30. Check out the agenda. Technorati Tags: .NET, WPF

After you start to use extension methods and see all their benefits, you start thinking about how nice it would be to also have extension properties. When Scott Guthrie first announced them in New "Orcas" Language Feature: Extension Methods, someone immediately asked about extension properties. It just seems the feature is incomplete without both. One particular area that would benefit greatly from extension properties would be WPF. Every time you define an attached property, you usually create a static getter and a static setter for it. If you could package that up in an extension property, attached properties would be much...

Did you know that the Avalon project (the original name of WPF) was started back in 2001, even before .NET Framework 1.0 was released, from the team that originally developed Internet Explorer 4 DHTML support and the XMLHttpRequest API that enables AJAX? I've learned that and some other interesting trivia from this Channel 9 video: Michael Wallent: Advent and Evolution of WPF Technorati Tags: .NET, WPF