tags:

views:

74

answers:

2

Is the general advice re windows apps technology to develop in "aim to develop WPF unless you need to drop back to Windows Forms".

I known there are some specific pros/cons for particular scenarios/requirements (e.g. assumptions about what version of .net is available on the desktop) however I'm just after overall general advice. Like is Windows Forms on the way out so, if all else is equal, you should be learning/building in WPF?

A: 

It depends on lots of factors (even if they all else is equal), in particular presentation. Eg. If you are distributing the interface through citrix, windows forms may be a more robust solution. What about your user base? They may be more familiar with the windows forms controls and would like a "comfortable" familiar interface. They're just a couple of thoughts.

Russell