<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.NET Software Development Videos &#38; Tutorial Directory &#187; structuremap</title>
	<atom:link href="http://www.dotnet-tv.com/tag/structuremap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnet-tv.com</link>
	<description>.NET Software Development Tutorials and Videos: c#, asp, Sql Server, Linq, Visual Basic, Silverlight</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:35:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Introduction to Dependency Injection Using StructureMap</title>
		<link>http://www.dotnet-tv.com/2009/12/28/introduction-to-dependency-injection-using-structuremap/</link>
		<comments>http://www.dotnet-tv.com/2009/12/28/introduction-to-dependency-injection-using-structuremap/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 13:07:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[structuremap]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1555</guid>
		<description><![CDATA[In this screencast Mohammad Azam will demonstrate the concept of Dependency Injection using StructureMap. 
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/12/28/introduction-to-dependency-injection-using-structuremap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contextual binding with StructureMap</title>
		<link>http://www.dotnet-tv.com/2009/04/01/contextual-binding-with-structuremap/</link>
		<comments>http://www.dotnet-tv.com/2009/04/01/contextual-binding-with-structuremap/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 11:08:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[structuremap]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1242</guid>
		<description><![CDATA[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.
http://www.dimecasts.net/Content/WatchEpisode/48
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/04/01/contextual-binding-with-structuremap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to the AutoMocking Container in StructureMap</title>
		<link>http://www.dotnet-tv.com/2009/03/25/introduction-to-the-automocking-container-in-structuremap/</link>
		<comments>http://www.dotnet-tv.com/2009/03/25/introduction-to-the-automocking-container-in-structuremap/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 12:36:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[structuremap]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1239</guid>
		<description><![CDATA[In this episode you will take a look at how to use the AutoMocking Container that  is part of StructureMap 2.5.  You will be shown how to setup and use this  container to reduce noise in your tests.
http://www.dimecasts.net/Content/WatchEpisode/62
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/03/25/introduction-to-the-automocking-container-in-structuremap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with StructureMap &#8211; Simple Setup Scenarios (v2.5)</title>
		<link>http://www.dotnet-tv.com/2009/03/25/getting-started-with-structuremap-simple-setup-scenarios-v25/</link>
		<comments>http://www.dotnet-tv.com/2009/03/25/getting-started-with-structuremap-simple-setup-scenarios-v25/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 12:12:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[IoC]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[structuremap]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1236</guid>
		<description><![CDATA[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.
http://www.dimecasts.net/Content/WatchEpisode/39
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/03/25/getting-started-with-structuremap-simple-setup-scenarios-v25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inversion of Control for the Masses</title>
		<link>http://www.dotnet-tv.com/2009/03/23/inversion-of-control-for-the-masses/</link>
		<comments>http://www.dotnet-tv.com/2009/03/23/inversion-of-control-for-the-masses/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 12:40:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[IoC]]></category>
		<category><![CDATA[open source tools]]></category>
		<category><![CDATA[structuremap]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1233</guid>
		<description><![CDATA[John  Nuechterlein puts Inversion of Control (IoC) containers under the spotlight. If you have been noticing the increasing buzz around this technology but never had a chance to see what it is and how it can  be used, this is your chance to see:
* An overview of what IoC is, using StructureMap as the example
* Why one might want to use IoC
* How one can implement IoC
* When one might not use IoC

]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/03/23/inversion-of-control-for-the-masses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

