Check out my game here:
Posts by date
Archives
- January 2016 (1)
- March 2013 (1)
- January 2013 (1)
- October 2012 (3)
- September 2012 (1)
- February 2012 (1)
- December 2011 (1)
- November 2011 (1)
- September 2011 (1)
- February 2011 (1)
- January 2011 (1)
- December 2010 (1)
- November 2010 (1)
- October 2010 (1)
- September 2010 (2)
Categories
External Links
Controls
Monthly Archives: March 2013
How to implement auto-updates in C# – Part 3
The easiest way to provide basic auto updates, without having to alter the code of your application is probably ClickOnce The way it works is simple. All you have to do is to copy the files that your project needs … Continue reading
Posted in How to implement auto-updates in C#
Tagged Auto-updates, ClickOnce, Continuous delivery
Comments Off on How to implement auto-updates in C# – Part 3