Posts tagged 'wpf'

February 6, 2012

WPF - using an ObjectDataProvider

Since I always forget how to properly implement an ObjectDataProvider in WPF I will give a short explanation.
February 4, 2012

F# - implementing an observable object

In case you want to have an observable object in F# for example to use it in a WPF application this is a convenient way to implement such thing.
November 22, 2011

Using WPF with F#

I just recently tried to build a small WPF application in F# and although Visual Studio 2010 does not provide great support for WPF in concerns of F# the experience was not as bad as expected.
October 6, 2011

WPF: Use a resource image from XAML

I always forget how to use a resource image file in a XAML file - here is how it's done.
October 6, 2011

WPF: How to catch unhandled exceptions

In order to catch unhandled exceptions in WPF applications you are not able to hook into the event you are used to in WinForms - now there are even two events you can listen to.
Index