Videos tagged with IoC


DimeCasts.Net #150: Adding IoC Support to your WCF Services

DimeCasts.Net #150: Adding IoC Support to your WCF Services

Posted in Frameworks, Companies, Development

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...

Tags: Frameworks, Microsoft, WCF, .NET Framework, DimeCasts.Net, IoC, StructureMap, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, ...



DimeCasts.Net #135: Exploring StructureMap: Learning how to setup profiles

DimeCasts.Net #135: Exploring StructureMap: Learning how to setup profiles

Posted in Frameworks, Companies, Development

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, IoC, StructureMap, Derik Whittaker, Red-Gate.com, Broadcasting, Screencasts, Development, ...


DimeCasts.Net #132: Exploring StructureMap: Learning how to setup registries

DimeCasts.Net #132: Exploring StructureMap: Learning how to setup registries

Posted in Frameworks, Companies, Development

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, IoC, StructureMap, Derik Whittaker, Red-Gate.com, Broadcasting, Screencasts, Development, ...


DimeCasts.Net #128: Exploring StructureMap: Learning how to setup Auto Registration

DimeCasts.Net #128: Exploring StructureMap: Learning how to setup Auto Registration

Posted in Frameworks, Companies, Development

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, IoC, StructureMap, Derik Whittaker, Red-Gate.com, Broadcasting, Screencasts, Development, ...


DimeCasts.Net #60: Setting up Castle Windsor for Auto Registration

DimeCasts.Net #60: Setting up Castle Windsor for Auto Registration

Posted in Frameworks, Companies, Development

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, IoC, Windsor Castle



dnrTV Show #126: James Kovacs' roll-your-own IoC container

dnrTV Show #126: James Kovacs' roll-your-own IoC container

Posted in Frameworks, Development

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...

Tags: Frameworks, .NET Framework, Dependency Injection, dnrTV, IoC



DimeCasts.Net #44: Castle Windsor - Configuring your IoC Container

DimeCasts.Net #44: Castle Windsor - Configuring your IoC Container

Posted in Frameworks, Companies, Development

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, Configuration, IoC, Windsor Castle