Archive for the ‘Dependency Injection’ Category
  • Ninject (Part 2): Customizing your infrastructure for logging
    by Ivan Porto Carrero
    Posted April 18th, 2008 at 11:09 am
    Yesterday we had a little introduction to Ninject. Today I'd like to examine what's involved in getting some AOP style logging going for your application. I find that there are only very few places where I'm logging something that steps out of the bounds of being called at the end of the method when things succeed. I'm generally more interested in what happens when things go wrong and that's when I log the exception. In some cases I'll be  interested in the actual parameters. The code I'm ...
  • Ninject: Getting all the stuff you’ll need
    by Ivan Porto Carrero
    Posted April 17th, 2008 at 11:13 am
    I have a new project I started and I could reevaluate my toolset :) I decided to take a closer look at Ninject, Moq and NSpecify.  Moq has been talked about enough I think, a really nice way of mocking and I will definitely be using more of it. My original plan was to write one big blog post.. but it is going to be far too long, so I'm breaking it up in smaller bite size pieces. What I did was download the code, have it rest on my pc for about a week, updated again when I really got round ...
Around The Site
Categories
Archives
Tags