Tag: Environments
-
ClickOnce Deployment – Deploying multiple versions of the same application
Read This Post: ClickOnce Deployment – Deploying multiple versions of the same applicationAccording to Wikipedia, ClickOnce is a Microsoft technology that enables the user base to install and run a Windows Application by clicking a link in a web page. ClickOnce is a component of Microsoft .NET Framework 2.0 and later and it supports deploying applications made with Windows Forms or Windows Presentation Foundation. ClickOnce attempts to…