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.

Diving Deeper into Ninject -- Contextual Binding
Category: Languages > .net      Posted: 05 Apr 09

In this episode we will walk you through how to use the Ninject IoC (Inversion of Control) Container for contextual binding.

Contextual binding is the ability to register more than one binding (object or interface) for a given type. You can then at runtime determine which type you would li...

Mono and .NET - PC54
Category: Languages > .net      Posted: 11 Dec 08

See how Mono, the open source implementation of the .NET Framework, offers a platform for developers to leverage .NET in new and unconventional scenari...