Continuous Integration (Part 2–Jenkins CI)

by Derek Pinkerton 5. June 2011 15:39
In this second part of a two part post I will cover setting up a continuous integration system using Jenkins CI, an open source continuous integration server, I will be referring back to the MSBuild project file created in part 1 of this post. Installation The first thing you’ll need to do i... [More]

Tags:

c# | Continuous Integration | Qualtrax

Continuous Integration (Part 1 - MSBuild)

by Derek Pinkerton 1. June 2011 21:22
  In this two part post I will be discussing setting up a Continuous Integration and nightly build system for an ASP.Net web application using MSBuild build scripts and Jenkins CI Server. I will be using Subversion (SVN) for source control. I recently setup a continuous integration server ... [More]

Tags: , , , , ,

c# | Continuous Integration | MSBuild | Qualtrax

New widget FMyLife

by Derek Pinkerton 3. July 2009 19:15
I just added my first new item to this site for your enjoyment. I created a new widget to display random entries from the FMyLife.com website. This widget was incredibly easy to create. FMyLife has an API that simply presents the data as XML. Using the .Net Framework's System.Xml namespace I wa... [More]

Tags: , ,

c#