Posted on March 31st, 2008 by Paul Stovell
These are my thoughts about drop 03-25-2008 of Prism, patterns & practices’ composite WPF application guidance. I understand that this is only a preview release, and it is likely the code will change in the future, rendering these thoughts obsolete.
Before I get into the code, I want to prefix this post with thoughts on […]
Filed under: WPF | 6 Comments »
Posted on November 2nd, 2007 by Paul Stovell
Windows Presentation Foundation has copped a lot of criticism over designer support in the past year, and from my experiences with Visual Studio 2008 Beta 2, I don’t expect that will change. Even as it stabilizes, I don’t see the current incarnation of the designer actually making developers more productive.
I believe that WPF does […]
Filed under: WPF | 15 Comments »
Posted on October 12th, 2007 by Paul Stovell
Update: this bug is no where near as bad as I first suspected. I am instead going to supercede this post with a post about event handlers.
Update: I have reported this bug to MSDN Connect here. If you are a WPF developer please vote, as I can virtually guarantee this will affect your […]
Filed under: WPF | 5 Comments »
Posted on May 4th, 2007 by Paul Stovell
A number of people that I’ve spoken to about Windows Presentation Foundation have asked about coding standards, guidelines and best practices for working with it and XAML. Whilst WPF is still a relatively new platform, and it will take time for real standards to emerge, I thought I would have a go at making a […]
Filed under: WPF | 40 Comments »
Posted on April 26th, 2007 by Paul Stovell
Or, “Why you should replace your entire custom-written object-oriented domain model with the WPF Visual Tree”
In his book Domain Driven Design, author Eric Evans discusses a number of ideas that should be used in domain modelling. Chief among these are three important concepts, which I’ll summarize here, though if you haven’t read Eric’s […]
Filed under: WPF | 4 Comments »