I am building a simple "single sign-on" ASP.NET application that interprets the current user's ASP.NET integrated security credentials to a vendor site's credentials.  One of the services I wrote required the IIdentity as a constructor parameter to begin the interpretation process. 
This was straightforward with regards to TDD - I simply mocked the IIdentity and [...]

Logging with Ninject

Casey Charlton wrote a good post about logging with Castle Windsor, the logging facility and log4net.  I've been tinkertankering around with Ninject so I decided to see if I could get it working as nicely.
Ivan Carrero wrote about a few posts about logging with Ninject, but newerish Ninject 1.0 features have enabled us to write [...]