Videos tagged with StructureMap


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 #39: Getting Started with StructureMap -- Simple Setup Scenarios (v2.5)

DimeCasts.Net #39: Getting Started with StructureMap -- Simple Setup Scenarios (v2.5)

Posted in Frameworks, Companies, Development

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 syntax for wiring.

Tags: Frameworks, Microsoft, DSL, .NET Framework, DimeCasts.Net, IoC, StructureMap