views:

151

answers:

3

I don't know if this question really suits here, but we'll see :)

For web applications there are sites like Pattern Tap and UI-patterns, which have a great collection of design patterns used in UI's. I can't seem to find any websites/books/articles which cover design patterns for Windows Applications.

The only useful resource I found is Windows User Experience Interaction Guidelines. Could you suggest other resources, like books/websites/articles which covers guidelines/patterns like this?

Not programming patterns, but design/lay-out patterns.

A: 

You shold take a look at the MVVM pattern. It's for WPF and not for winforms, but if at all possible for you I would recommend using WPF instead of the old winforms.

klausbyskov
I see that covers programming patterns, I'll save that link for later. But in this case, my question covers design related patterns :)
MysticEarth
Oh, ok sorry. I guess I misunderstood your question then :-)
klausbyskov
+2  A: 

There is Quince for example. A large library of UX patterns with description and examples.

Joey
That's a nice one, but as far as I see it only has UX patterns in webdesign...
MysticEarth
I followed the link. The things I was looking for only displayed web stuff. But I've found some application patterns! Sorry, my bad.
MysticEarth
A: 

These are some of my links, but I'd like to know more as well:

  1. Welie
  2. Quince
  3. UI-Patterns
David Rutten