I just starting to learn Windows Presentation Foundation (WPF) and I am interested in seeing some great examples of WPF applications. These can either be applications written entirely for showcasing WPF features or production applications written in WPF.

The source code would need to be available. Does anyone have any suggestions?

link|improve this question

67% accept rate
not a lot of answers... is wpf just not used yet? – m_oLogin May 17 '10 at 20:47
It is used, but I suspect it is primarily for line of business apps. I've written a WPF app that is used heavily in our business. – Rod Feb 9 '11 at 17:06
feedback

18 Answers

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

link|improve this answer
Scott Hanselman documented the creation of Babysmash quite well on his site. – Chris Ballance Feb 10 '09 at 21:51
6  
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 '09 at 22:14
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

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

Billy Hollis has a video that everyone can see demonstrating the StaffLynx. Remember that this is a software that has more than 4 years now... it was made in 2008!

link|improve this answer
4  
sorry no source code on this one, but great for design preview – bendewey Feb 10 '09 at 21:57
feedback

You might be interested in the sample applications of the WPF Application Framework (WAF). They show:

  • View composition

  • UI Workflow (Wizards)

  • Command binding / Shortcut Keys

  • MVVM pattern, Unit Testing

  • Validation

  • Entity Framework

  • Open/Save FileDialog

  • Print Preview / Print Dialog

  • Localization
link|improve this answer
feedback

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

link|improve this answer
Previously named ChirpApp – bendewey Feb 10 '09 at 22:00
1  
scotthanselman did an interview with the creators. it should be out sometime this week – LDomagala Feb 10 '09 at 22:01
1  
oh btw its not opensource, so its only a nice showcase – LDomagala Feb 10 '09 at 22:14
feedback

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|improve this answer
feedback

Check out MailWasher Pro at http://www.firetrust.com/en/products/mailwasher-pro which uses WPF for the UI and C++ for the backend

link|improve this answer
feedback

I'm currently slogging through Prism, the MSDN sample app for demonstrating Composite Application Guidance patterns.

Intended Audience This guidance is intended for software architects and software developers building enterprise Windows Presentation Foundation (WPF) or Silverlight applications. The Prism Library is built on the Microsoft .NET Framework 4.0 (includes WPF) and Silverlight 4 (previous versions support .NET Framework 3.5 and Silverlight 3), and it uses a number of software design patterns. Familiarity with these technologies and patterns is useful for evaluating and adopting the Prism Library.

It's a big bag of overkill for simple apps (as their HelloWorld sample elegantly proves), but contains lots of good examples for designing larger-scale apps with WPF clients (both desktop and Silverlight).

link|improve this answer
feedback

http://content.schwab.com/flash/streetsmartedge/launch/ssedge/intro.html

This is written in WPF and is a large scale WPF application

link|improve this answer
feedback

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

Southridge

link|improve this answer
feedback

http://www.slickscreen.com

I built this non-overlapping web browser application on WPF 4.0. It's a fairly simple application, but here are the WPF features that I used:

Animations (KeyFrame and Regular) Glass Buttons Custom Shaped Window (I wanted to make use of the caption bar 'real estate')

Uses .NET 4.0 Client Profile and ClickOnce deployment.

It is also digitally signed.

link|improve this answer
feedback

http://www.vertigo.com/familyshow.aspx

Pretty good example with MVVM and WPF

link|improve this answer
feedback

I personally liked very much Tasks.Show application presented in this blog post on Developing for Windows.

link|improve this answer
feedback

HTC has recognisable time-weather widget and there is a replica gadget for Windows 7, which I use for a couple years now.

HTC Home Apis

link|improve this answer
feedback

http://sambapos.codeplex.com

An open source touch screen POS application built with wpf

link|improve this answer
feedback

Jot is a good example of what is possible with WPF using MVVM from a graphical standpoint.

link|improve this answer
feedback

protected by Bo Persson May 9 at 17:56

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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