Subclassed singleton instance
I couldn’t really think of a good explanatory title for this post, so I guess I’ll just have to explain. I’m setting up a dependency injection resolver using NInject, and I’m trying to centralise the implementation so it can be…
Resolving an existing instance with Ninject
Today I was looking for a way to allow a type to resolve to a specific instance that I had already created – something not known at the time the Ninject kernel is initialised. There is no method of a…
Who gets it perfectly right the first time?
There was an interesting argument I was a witness to a few days ago. The basic premise was, a developer was complaining about the lack of thought that went into a particular area of a particular piece of software. He…