Lately I’ve been doing some vocal recording in my home studio for a friend of mine. His producers/mixers/collaborators/etc that perform the final mix downs of the tracks live in either New York, …
TCCC6 Video Interview
The coordinator of the Twin Cities Code Camp Jason Bock interviewed me at the Twin Cities Code Camp this last weekend with his video camera. The video has recently been posted and can be viewed below: …
Featured in the Spaghetti Code Podcast
I was recently interviewed on the Spaghetti Code Podcast, hosted by Microsoft’s Jeff Brand. Jeff and I talked about Mocking and how it relates to the development process, testing process and your …
Continue Reading about Featured in the Spaghetti Code Podcast →
Twin Cities Code Camp 6 – Testing with Mocks – Code and Presentation
As I stated in the session “Testing with Mocks”, I would post the code and presentation to this blog. Download the code and the presentation as a zip file below. Thank you for coming to the talk! …
Continue Reading about Twin Cities Code Camp 6 – Testing with Mocks – Code and Presentation →
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 …
Continue Reading about Presentation Settings for Visual Studio →
How to Use Rhinos AssertWasNotCalled
At times in the testing process you want to make sure that a certain method on a mocked object _does_not_ get called. For example, perhaps you’re performing some validation on a object and the object …
Continue Reading about How to Use Rhinos AssertWasNotCalled →