|
|
|
Contextual binding with StructureMap
Category: Languages > .net
Posted: 18 Jun 09
In this episode we will walk you though how to do contextual binding with StructureMap 2.5.
What is Contextual Binding? Contextual Binding is the ability to switch out different concrete implementations of a service (i.e. class) at runtime depending on the context in which they are used.
|
|
|
Getting Started with StructureMap -- Simple Setup Scenarios (v2.5)
Category: Languages > .net
Posted: 05 Apr 09
In this episode we take a look at how to setup and configure StructureMap for dependency injection.
We will review how to configure your dependencies 2 different ways. First we will review how to use StructureMaps configuration Files and then we will review how to use the built in DSL synt...
|
|