Check out my game here:
Posts by date
April 2018 M T W T F S S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 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
Tag Archives: Continuous delivery
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
How to implement auto-updates in C# – Part 2
Once you have specified the auto-update requirements for your application you need to decide what will be the architecture of the auto-update solution. This post offers an overview of the most common options you might want to consider. We assume … Continue reading
Posted in How to implement auto-updates in C#
Tagged Auto-updates, Continuous delivery
Comments Off on How to implement auto-updates in C# – Part 2
How to implement auto-updates in C# – Part 1
Let’s face it. If you want to embrace the “Continuous Delivery” movement in software development while building your desktop application you have to put in place some sort of auto-updating mechanism. You may have already put all the effort to … Continue reading
Posted in How to implement auto-updates in C#
Tagged Auto-updates, Continuous delivery
Comments Off on How to implement auto-updates in C# – Part 1