vote up 10 vote down star
11

I'm just starting to learn WPF and am interested in seeing some sample applications. These can either be applications written entirely for showcasing WPF features, or real-world applications written in WPF. Obviously the source code would need to be available.

Does anyone have any suggestions?

flag

52% accept rate

9 Answers

vote up 5 vote down

A pretty well flushed out application is FamilyShow, about genealogy (ancestors). Maybe not the simplest but a pretty good showcase.

link|flag
vote up 1 vote down

A good start would be WindowsClient.net Learn section. In particular, the BabySmash series of articles and posts will give you an excellent introduction to multiple WPF (and not only) basics and features. PhotoSuru is another example of a full-blown WPF application you can look at.

You should also at least glance through the WindowsClient.net GetStarted section. And of course, there are a lot of samples that showcase only particular features or functionality.

link|flag
vote up 5 vote down

I would look at BabySmash. http://windowsclient.net/learn/wpf-babysmash.aspx It is a project created with the intention of learning WPF.

link|flag
Scott Hanselman documented the creation of Babysmash quite well on his site. – Chris Ballance Feb 10 at 21:51
2  
I thought he admitted it was not a good WPF app as he had no idea what he was doing at first. I guess it has been re-implemented? – tim Feb 10 at 22:14
vote up 3 vote down

Definately Billy Hollis's StaffLynx Application he has a full demo on DnrTv Billy Hollis on Getting Smart with WPF

link|flag
1  
sorry no source code on this one, but great for design preview – bendewey Feb 10 at 21:57
vote up 3 vote down

For a nice opensource project that should not be to hard to get into, because its not that big yet, check out Witty. Its a Twitter client written in WPF.

In their latest podcast some of the contributers discuss the project, the design and wpf in general: herding code

Finally checkout the SO discussion of opensource WPF apps: best-wpf-open-source-projects

link|flag
vote up 1 vote down

There is also a pretty cool new twitter client using WPF called Blu http://www.thirteen23.com/experiences/desktop/blu/

link|flag
Previously named ChirpApp – bendewey Feb 10 at 22:00
scotthanselman did an interview with the creators. it should be out sometime this week – LDomagala Feb 10 at 22:01
oh btw its not opensource, so its only a nice showcase – LDomagala Feb 10 at 22:14
vote up 0 vote down

i just found a great wpf example application that is big enough to show all concepts of M-V-VM and walks you through building it:

Southrige

link|flag
vote up 0 vote down

Another source, and fun to play with : Kevin's bag-of-Tricks

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.