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…