Search code examples
smartclient

How to get your network support team behind click-once?


I'm trying to make the case for click-once and smart client development but my network support team wants to keep with web development for everything.

What is the best way to convince them that click-once and smart client development have a place in the business?


Solution

  • We use ClickOnce where I work; in terms of comparison to a web release I would base the case around the need for providing users with a rich client app, otherwise it might well actually be better to use web applications.

    In terms of releasing a rich client app ClickOnce is fantastic; you can set it up to enforce updates on startup thus enforcing a version throughout the network. You can make the case that ClickOnce gives you the same benefit of having a single deployment point that web deployment possesses.

    Personally I've found ClickOnce to be unbelievably useful. If you're developing rich client .net apps (in Windows, though let's face it the vast majority of real .net development is in Windows) and want to deploy it across a network nothing else compares.