Application architects often struggle with two important but competing goals. They want to write a Windows®-based rich client application that runs on the desktop because that provides the best stateful, interactive experience for the user. However, they also want to minimize the effort required to deploy and update their appsâ€â€a goal best accomplished using a thin client model. Users care about applications that are easy to use and that will not interfere with other apps on their machine.
ClickOnce, part of version 2.0 of the Microsoft® .NET Framework, allows you to deploy Windows-based rich client apps to a desktop by placing the application files on a Web or file server accessible to the client and providing the user with a link.
continue reading at the web site
ClickOnce to deploy your .NET applications
282 reads








