-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Scott Xu edited this page Jul 3, 2014
·
17 revisions
The Named Scope Extension adds the three additional Scopes: InParentScope
, InNamedScope
and InCallScope
to Ninject in addition to some lower level facilities including a programmatic mechanism to create a Named Scope. This documentation explains how they are used.
Some parts of the documentation here assume you have basic knowledge of the related Context Preservation Extension - please read about it before digging in here.
- Current release: http://code.google.com/p/ninject2/downloads/list?q=Ninject.Extensions.NamedScope
- Latest build: https://teamcity.bbv.ch/viewLog.html?buildTypeId=bt22&buildId=lastSuccessful&tab=artifacts
- Applied mechanisms: InParentScope, InCallScope
- General mechanism: InNamedScope
- Architectural discussion: Child Kernel versus Named Scope
- Low level programmatic mechanism: CreateNamedScope and GetScope