
…..makes Jack a dull boy ( that’s a bad thing, I think
). Sooooo, I finished up my little private job despite some, shall we say, “challenges” wrt to my work environment - tonight it’s me and the boys from Metallica.
My project entailed updating software I wrote some 6 years back called “Problem Solving and Decision Making” for my friend Louis of RDM fame who created the problem solving methodology. Now for anyone not familiar with software life cycles, 6 years is like 175 in software-years – I’m quite proud of this simple but effective little program.
Updating was needed as it was written in (VB) .Net 1 based on an MSDE database engine. MSDE in order to scale to SQL servers of course, no puny Access db’s for the BigBadWolf thank you very much. Seriously though, at the time and to this day most if not all potential clients run Microsoft sites, so there’s no sense in trying to do it in something like MySQL.
Installing it on newer operating systems like Vista and Windows 7 became more and more problematic to the point where I decided an upgrade was in order. Converted it to C# and upgraded it to .Net 3.5, running on SQLExpress 2008.
Ok, that wraps up the consultant-speak section of this post. Back to the important stuff:


