vote up 14 vote down star
11

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?

Thanks

Edit:

Thanks to John and Nir for creating two WPF cheat sheets and posting them here

flag

3 Answers

vote up 9 vote down check

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

link|flag
Thanks Nir, very good cheat sheet for binding related stuff, this will definitely get posterized. Too bad I can't accept more than one answer. Cheers. – Pop Catalin Feb 2 at 10:32
vote up 7 vote down

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/

link|flag
Thanks John, that is really cool of you :). Cheers. – Pop Catalin Feb 2 at 8:18
This is great. Thanks John! – Joshua Hudson Mar 15 at 2:54
vote up 0 vote down

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

link|flag
I already know about that poster, but that is not what I was looking for, I want a XAML cheat sheet not class library poster. – Pop Catalin Jan 29 at 13:01

Your Answer

Get an OpenID
or

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