September 2013
Intermediate to advanced
142 pages
2h 58m
English
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:
By the end of this chapter, the user will be able to make use of Interception and Mocking Kernel extensions.
There are cases where we need to do some operations before or after calling a single method or a number of methods. For example, we may need to ...
Read now
Unlock full access