-
Notifications
You must be signed in to change notification settings - Fork 530
Table of Contents
bartelink edited this page Mar 13, 2011
·
32 revisions
- Dependency Injection By Hand
- Dependency Injection With Ninject
- Injection Patterns
- Multi injection
- Object Scopes
- Modules and the Kernel
- Providers, Factory Methods and the Activation Context
- TO BE COMPLETELY REVISED FOR V2: The Activation Process
- How Injection Works
- SYNTAX TO BE UPDATED TO V2: Contextual Binding
- SYNTAX TO BE UPDATED TO V2: Conventions-Based Binding
It’s a wiki, contributions are welcome…
- TODO Add metadata discussion and pull out bindings article
- TODO document Open Generics support
-
TODO Describe
Func
support - TODO Link to MVC3 articles and rest of Remo Gloor’s stuff
- TODO Provide map on each page
- TODO Log4net contextual example
- TODO talk about disposal and/or how to use that with UnitOfWork stuff like NHibernate
- Nuget walkthrough
- Source layout and reading the tests instructions
Licensed under Apache 2 License
Contents
- Home
- Why Use Ninject
- Getting Started
- Dependency Injection By Hand
- Dependency Injection With Ninject
- Injection Patterns
- Multi Injection
- Object Scopes
- Modules and the Kernel
- Providers, Factory Methods and the Activation Context
- The Activation Process
- How Injection Works
- Contextual Binding
- Conventions-Based Binding