vote up 7 vote down star
6

Hi,

Are there any WPF sample applications that showoff the 'coolness' of WPF?

I'm hoping to see some examples of the UI capabilities etc., and general structure and best practices.

(oh, and the install shouldn't be too elaborate hehe)

flag

0% accept rate

8 Answers

vote up 7 vote down

I don't know about the "coolness" factor, but Scott Hanselman has an application called Baby Smash.

It's an application that takes over your desktop and allows babies to smash the keyboard to make shapes and play sounds. Again, probably not that "cool". However, Hanselman used this app to learn WPF himself. He hacked it together and put the code on CodePlex. He then invited those who knew WPF much better than himself to refactor it. All the code is available so you can see how it was hacked together and then compare it to the refactored expert version.

Pretty nice if you're looking to actually learn WPF.

link|flag
vote up 5 vote down

Family.Show is a great end-to-end reference sample ... done by Vertigo.

I believe that Microsoft commissioned this sample application in order to demonstrate the power of WPF. It definitely shows off some best practices (e.g. how to skin an app, etc.).

link|flag
vote up 2 vote down

Have a look at this: WPF real world apps.

Cheers

link|flag
vote up 1 vote down

I would check out CodeProject.com, there are dozens if not hundreds of sample apps for WPF. Some of which are really cool.

link|flag
vote up 1 vote down

With expression blend there are some sample apps that are pretty cool

link|flag
vote up 1 vote down

If it is coolness you are after, than I think GPU rendered effects are amazing. Check out the WPF Pixel Shader Effects Library.

Anything by David Teitlebaum from Microsoft is cool as well. Check out this video and then go download a couple of the sample apps from Adam Kinney's blog post ... especially the layered orb sample app.

Mouth dropping, I'd say.

link|flag
vote up 0 vote down

Hi I'am new in WPF.Anybody know good sample sits?

link|flag
vote up 0 vote down

WPF Sample Codes

link|flag

Your Answer

Get an OpenID
or

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