WPF sample applications

我们两清 提交于 2019-11-29 20:43:54

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.).

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.

Artur Carvalho

Have a look at this: WPF real world apps.

Cheers

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

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

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.

I've started a project at Codeplex, IncEditor that uses WPF, MVVM and MEF. I think this should be able to give a complete picture of MVVM.

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

The Best is here:
http://blogs.msdn.com/b/tims/archive/2007/06/13/wpf-hands-on-lab-build-an-outlook-2007-ui-clone.aspx
It is a hands-on lab that demonstrates the steps to create a user interface for business applications using WPF and Expression Blend.

Have a nice day.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!