Greetings dev[in]elopers! This is my first article as a contributor to this rocking blog. I just went through a horrible ordeal upgrading the hard drive on my Macbook Pro. Cloning the Mac partition and getting OS X to boot was easy, but cloning the Bootcamp partition turned out to be a huge pain. If you Continue reading →
As I embarked on a new mission to write a home media server application in C#, I needed a way to store an index of media files on my home computer. I could have gone the flat-file route, and stored file information in a simple delimited index file. Instead, I decided to delve into object-relational Continue reading →