Chapter 5. Doing More with Extensions
While the core library of Ninject is kept clean and simple, Ninject is a highly extensible DI container and it is possible to extend its power using extension plugins. We have already used some of them in the previous chapter. In this chapter, we will see how interception is a solution for cross-cutting concerns and how to use Mocking Kernel as a test asset. We will also look at how Ninject can be extended:
Interception
Mocking Kernel
Extending Ninject
By the end of this chapter, the user will be able to make use of Interception and Mocking Kernel extensions.