- April 13, 2009This post might be useful if you perform auto-registration of your components through an interface. Like this: AllTypes.Of<IController>().FromAssembly(typeof(Application).Assembly).Configure(reg =>reg.Named(reg.Implementation.Namespace.Split('.').Last().ToLowerInvariant() +…
- April 10, 2009This an oldie, but a goodie. Not many people use this tool, much less know about it or where it…
- April 9, 2009Lately I’ve been doing some vocal recording in my home studio for a friend of mine. His producers/mixers/collaborators/etc that perform…
- April 7, 2009The coordinator of the Twin Cities Code Camp Jason Bock interviewed me at the Twin Cities Code Camp this last…
- April 7, 2009I was recently interviewed on the Spaghetti Code Podcast, hosted by Microsoft’s Jeff Brand. Jeff and I talked about Mocking…
- April 4, 2009As I stated in the session “Testing with Mocks”, I would post the code and presentation to this blog. Download…