Windows Application vs Web Application development Windows Application vs Web Application development windows windows

Windows Application vs Web Application development


I've worked in both and in terms of richness and development time WinForms blows Web out of the water, especially since technologies like ClickOnce greatly reduce deployment headaches. With winforms you only have to code against the platform and not take into consideration a huge number of other factors.

The whole request/response is usually, IMO cumbersome and sometimes unreliable, not to mention the growing number of browsers to support, varying standards to development and the learning curve of the page lifecycle, oh and of course the increasing trend of advertising splashed all over the place.

However, what web apps have brought us is beyond what WinForms could hope to achieve, so although there's a learning curve and increased development time there are obvious rewards to reap.

We (and I imagine most organistions) tend to use windows applications for administration purposes where a rich user interface is desirable in the minimal amount of time, after all, why would you want to waste a web servers resources when there's probably 99% available CPU on each users PC...?


There are both differencies and similarities on many different levels, but one difference that I find to be of great importance is that of the request-based nature of web application versus the more stateful nature of windows applications. I have seen a few developers (mainly those moving in the opposite direction though) having a hard time to get their head around this.


I think that with any platform it's better to have a lead developer who has at least some experience with it. WPF is a relatively new platform, so a WPF-experienced lead developer would be harder to find.

As a web developer, you might actually do better with WPF than someone with WinForms experience, since you wouldn't be struggling with your preconceptions of how to best build a Windows application. A few years ago I took classes in Portuguese, and I found that I had a much easier time learning the language than the native Spanish speakers did. Because the two languages are so similar, they kept slipping back into Spanish.