Guy Starbuck
-
Agile Estimation using Silent Brainstorming
Software development projects are difficult. Since software consists of bits, it is malleable, and change is the norm. Agile development methodologies do a great job addressing and embracing the natural entropy of software projects and giving us tools to harness change and use it to help us succeed.
-
Beginner’s Guide to Setting up Mercurial on Windows and Cloning a Repository
At Yahara Software, we have standardized on using Mercurial as our source control management tool. This blog post is a set of basic instructions for installing the tools and getting code from a Mercurial repository, hosted on HTTP.
-
Story Points - Split Them or Move Them?
Our Agile project management tool at Yahara Software is currently TargetProcess – it’s a really nice, powerful and intuitive product. It has a feature for closing out Sprints that allows two options:
-
Deleting Protected Directories in Windows 8.1
I recently re-purposed an SSD from being my primary hard drive into a second hard drive, but didn't reformat it. As a result, when trying to clean up the drive, I ended up with error messages when I tried to delete the Windows, Program Files, ProgramData, and Program Files (x86) directories:
-
Updating the IP Address for SQL Server in an Azure VM
We have been running builds from an Azure VM for over a year now, and over the last few months we have had some issues where the IP address will change on the VM, which impacts the ability to connect to the local SQLExpress database to run database scripts.
-
MVVMLight and ModernUI Part 2 - Navigation
MVVMLight and ModernUI Navigation
-
MVVMLight and ModernUI Part 1 - Setup
MVVMLight and ModernUI Part 1 - Setup
-
Simple Setup of Git in Visual Studio Online
When I first started playing with Visual Studio Online, it took a few tries to get the order of operations down to set up a new project and Git repository. This blog post is a reference for the best way to set up a clean repository that’s ready for collaboration.
-
Load a ComboBox from Excel
This is another post that came from a question on StackOverflow – The idea is to load up a drop-down (I used a System.Windows.Forms.ComboBox) using values defined in an Excel document.
-
Trace Points in Visual Studio 2008
This is a little piece of functionality I stumbled across in Visual Studio 2008.