views:

93

answers:

2

I'm looking for a high-quality open-source C# / WPF app to dissect and learn from. I have about 5 years of C# and WinForms and almost zero WPF experience. I'm not terribly fussed about the functionality of the app; the WPF paradigm seems markedly different from Winforms and I want to look at an example of how it "should" be done. Thanks, Alan

A: 

Crack.Net is often cited as a good example of WPF/MVP

Benjol
+1  A: 

You could have a look at BubbleBurst, the application that comes along with Josh Smith's book about MVVM.

Thomas Levesque