20130709 jplee prez_deep_dive_into_ninject

4
© TalentSoft – Deep Dives – Deep Dive into Ninject – Julien PLEE Deep Dive into Ninject July 12, 2013

Upload: julien-plee

Post on 05-Aug-2015

46 views

Category:

Software


0 download

TRANSCRIPT

Page 1: 20130709 jplee prez_deep_dive_into_ninject

© TalentSoft – Deep Dives – Deep Dive into Ninject – Julien PLEE

Deep Dive into Ninject

July 12, 2013

Page 2: 20130709 jplee prez_deep_dive_into_ninject

© TalentSoft – Deep Dives – Deep Dive into Ninject – Julien PLEE

Introduction• Lightweight Dependency Injection framework

• Provides Fluent Interface

• Light library: 124 kB

• One of the fastest DR because of lightweight code generation

• Extensible

Page 3: 20130709 jplee prez_deep_dive_into_ninject

© TalentSoft – Deep Dives – Deep Dive into Ninject – Julien PLEE

Deep Dive into Modules

• Class that inherits from NinjectModule class

Page 4: 20130709 jplee prez_deep_dive_into_ninject

© TalentSoft – Deep Dives – Deep Dive into Ninject – Julien PLEE

Deep Dive into Kernels• Manages all the Dependency Injection