Posted on June 3rd, 2008 by Paul Stovell
One of the upcoming additions in .NET 3.5 SP1 is a StringFormat parameter you can pass along with your bindings. Sacha Barber has an example of how to use it:
<TextBlock
Text="{Binding Path=AccountBalance, StringFormat=’You have {0:c} in your bank account.’}"
/>
However, if you can’t install the service pack or you […]
Filed under: WPF, Binding | 5 Comments »
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 | 8 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
This page originally housed a XAML and WPF Coding Guidelines page, which has now been moved to the WPF Disciples group to create a better consensus around conventions.
Check out the revised page at:
http://groups.google.com.au/group/wpf-disciples/web/wpf-and-xaml-coding-guidelines
Filed under: WPF | 48 Comments »