Videos tagged with IoC
In this episode we are going to take a quick look at how to setup your WCF services to use an IoC Container.When building out a set of services in WCF you still would like to follow the SOLID principles and in order to do this you may want to setup the ability to inject dependencies (via Structure Map) into your services at run time. With WCF extension points this is not only possible, but pret...
DimeCasts.Net #135: Exploring StructureMap: Learning how to setup profiles
In this episode we are going to continue our series were we are exploring some of the features of StructureMap 2.5.In this episode we are going to take a look at how to setup profiles to allow the container to dynamicly determine which objects to inject.
DimeCasts.Net #132: Exploring StructureMap: Learning how to setup registries
In this episode we are going to continue our series were we are exploring some of the features of StructureMap 2.5.In this episode we are going to take a look at how to setup and use the Registry feature of StructureMap. This is a feature that will allow the IoC container to scan for and find a method in a single class which will setup your mappings for the associated assembly.
DimeCasts.Net #128: Exploring StructureMap: Learning how to setup Auto Registration
In this episode we are going to kickoff a new series were we will be exploring some of the features of StructureMap 2.5.We are going to start off by looking at the simple use case and how to setup for Auto Registration. Auto Registration is where StructureMap can map your types for you, assuming you follow the standard convention where Foo implementes IFoo.
DimeCasts.Net #60: Setting up Castle Windsor for Auto Registration
In this episode you will learn how to create convention based auto registration for our dependencies.We will walk you though all the needed steps in order to create your own convention scanner for Windsor. Having these convention scanners will allow you to not have to manually wire future dependencies as long as they follow this pattern.
dnrTV Show #126: James Kovacs' roll-your-own IoC container
Summary James Kovacs shows very clearly how to code up a simple IoC container with just a few lines of code illustrating the concepts of dependency injection, dependency inversion, and inversion of control (IoC). Bio James Kovacs is an independent architect, developer, trainer, and jack-of-all-trades, specializing in agile development using the .NET Framework. He is passionate about helping dev...
DimeCasts.Net #48: Contextual binding with StructureMap
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.
DimeCasts.Net #44: Castle Windsor - Configuring your IoC Container
In this episode we take at how to Configure the Castle Windsor IoC Container. This is another part in a multi-part series were we will show you how to use and configure Windsor as your IoC Container. The goal of this episode is to get you up to speed on the various ways you can configure Windsor for usage.
DimeCasts.Net #42: Adding IoC Support (w/StructureMap) to ASP.Net MVC
In this episode we take a look at how to setup an ASP.Net MVC website to use IoC for creating its controllers. We will learn how to replace the default ControllerFactory with our own implementation.
DimeCasts.Net #41: Introduction to Castle Windsor – Getting Your IoC On
In this episode we take at how to use the Castle Windsor IoC Container. This is the first in a multi-part series were we will show you how to use and configure Windsor as your IoC Container. The goal of this episode is to get you up to speed with what Windsor can do and how you can use it.