Category Archives: Tools

Empty Folders: A git svn gotcha

I’ve been using git-svn for about 6 months at one particular client without any major issues (we’ve our fair share of small nuances here and there though). However, I did run into a weird problem recently.

Presentation Materials from TCCC9

If you attended my advanced Android presentation at the Twin Cities Code Camp 9, you can find the presentation located below. Advanced android View more presentations from donnfelker.

Materials from HDC09 – Testing With Mocks Talk

Below is a link to download the Testing With Mocks lightning round talk that I gave at the Heartland Developers Conference this last week. In order to get the samples to run you will need to have TypeMock Isolator installed. If you do not own a license you can download an evaluation for free here….

Presentation Settings for Visual Studio

Unfortunately most presenters do not think about font size until about 10 _after_ they show code to an audience. Its usually followed by the confirmation question from the presenter that goes something like this: “Hey, can you guys see the code?” Most of the time the answer is… “No, bigger font please … ”. 2…

Castle ActiveRecord – NonUniqueObjectException

Ran into a small issue this morning. Posting the solution here should help me find it next time in a jiffy. I was performing some database validation – I needed to ensure that x object with y name does not already exist in the DB before submitting it, and more stuff,  etc. I have to…