Skip to main content

Posts

2009

The Last Console Driver I Will Ever Write
·1520 words·8 mins
Programming .NET GitHub MEF Hazware
Nearly every application I write has a project called ConsoleDriver in it. This project is almost always the same as it is just a main routine that create the class that starts my program, wraps it in an exception block, usually configures logging, and waits until I hit enter or CTRL-C to signal the application to exit.
Goodbye Zune & Blackberry, Hello iPhone 3gs
·570 words·3 mins
Apple Blackberry IPhone Zune Opinion
I held out as long as I could. I promise. I fought it to the very end, but in the end, I caved – I bought an iPhone 3gs 32 GB. How could I, a rabid non-Mac-er do this? Well, it started when my Zune 120 GB started corrupting my audio books.
Dave’s List of Development Podcasts
·455 words·3 mins
Programming .NET ALT.NET Podcasts
Inspired by Scott’s post Hanselminutes – This is usually the podcast that helps to clarify some topic I had been meaning to learn more about. Sometimes a bit too focused on the web end of the spectrum, but still a solid source on what is out there and what is coming up.
Git on Windows
·1099 words·6 mins
Programming Git ALT.NET Opinion
A few weeks ago I read the blog post Git and command-line fear by James Gregory . He argues against the common Git on Windows complaint of poor Windows support. While I appreciate James’ position that this is not entirely true, and that most people do associate Windows support with GUI based tools or Visual Studio integration, I do disagree with his assertion that command line tooling is a valid use case.
IoC Challenge – Ninject
·571 words·3 mins
.NET ALT.NET Dependency Injection IoC Ninject
In my recent post, IoC Challenge – Multiple interfaces to the same singleton instance, I posted an IoC challenge to the community. I also mentioned that on the Ninject discussion groups , a suggestion was posted on how to solve this using Ninject .