tags:

views:

257

answers:

3

Hi,

we are curring analyzing whether to implement a solution for a software application by using either WPF or WinForms.

Apart from that decision, I just wanted to ask whether someone of you has good resources in terms of UI design (i.e. layout) (papers, case studies, links, books...), preferably targeted to WPF. I do not necessarily intend usability rules in general (like accessibility etc..), but more specifically on how to organize the UI.

Like this: http://healthcare.codeplex.com/

The application is a business application, not an ERP system but it goes in that direction.

Thx a lot

Juri

A: 

Have a look at the Model View View-Model pattern (MVVM) - http://msdn.microsoft.com/en-us/magazine/dd419663.aspx

Here are a few other interesting links

AB Kolan
MVVM is interesting, but this goes more into the topic of decoupling UI from code etc...I was focusing more on design in terms of UI layout, positioning of controls like navigation menu on the right in terms of a tree structure etc..something like this. I should probably make my question a bit clearer. Thx anyway :)
Juri
+1  A: 

As well as looking into MVVM, you may want to take a look at Josh Smith's excellent Podcatcher series on Code Project. These articles talk about how to create an application, and then to apply a top-notch UI on top of it using something that Josh calls structural skinning.

Link to introductory article. Link to article describing implementation of structural skinning.

Pete OHanlon
+1  A: 

For UI design check out Quince from Infragistics. It´ s a user interface pattern browser with many useful patterns, descriptions, examples and so on.

Jehof
That looks great. Like that, thx
Juri