The power of WPF binding really shines when you use design time data to have a live preview of the aspect of your UI without the need to press F5 to load actual data. Design time data is a cool feature you can have with little effort, suppose you have a simple windows and you [...]

Continue reading about Design time data in WPF and Blend with little effort

I have a WPF project where I need to compile in x86 because it uses the Gecko Browser that works only in x86 mode, and this causes an annoying problem with Blend. I usually keep VS and Blend togheter, in VS I change ViewModels and do everything not related to the UI, when I need [...]

Continue reading about Blend, Visual Studio and compile in x86