I'm looking for a WPF cheat sheet that has the WPF markup extensions for binding, resources, and other common things in WPF. But so far I've had trouble finding it.
Anyone know where I could find one?
I'm looking for a WPF cheat sheet that has the WPF markup extensions for binding, resources, and other common things in WPF. But so far I've had trouble finding it.
Anyone know where I could find one?
I wrote a cheat sheet specifically for data binding and posted it on my blog at:
http://www.nbdtech.com/blog/archive/2009/02/02/wpf-xaml-data-binding-cheat-sheet.aspx
It's very detailed and covers all the properties of the Binding class (because I never forget how to write {StaticResource something} but how to one-way bind to an ancestor of the target element is another thing).
I have created a cheat sheet an have posted it on my blog at:
http://blog.blueboxes.co.uk/2009/02/01/xaml-for-wpf-cheatsheet-10-draft/
it is only a draft (currently in word the final will be in PDF) and I am looking for feedback on how to improve it.
UPDATE: Final PDF copy can be now found here:
http://blog.blueboxes.co.uk/2009/02/03/xaml-for-wpf-cheatsheet/
Refcardz have a free WPF cheat sheet. You can view it online. To download it as a PDF you need to register with the site.
The .NET Framework 3.5 Commonly Used Types and Namespaces poster has a section on common things in WPF as well as several other sections including Fundamentals.
It's available in a couple of different formats like XPS and PDF. Perhaps it could be useful...