<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Mocking out AutoMapper with Dependency Injection</title>
	<atom:link href="http://richarddingwall.name/2009/05/07/mocking-out-automapper-with-dependency-injection/feed/" rel="self" type="application/rss+xml" />
	<link>http://richarddingwall.name/2009/05/07/mocking-out-automapper-with-dependency-injection/</link>
	<description>The adventures of a young kiwi software developer in London</description>
	<lastBuildDate>Thu, 10 May 2012 16:20:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Glenn Moseley</title>
		<link>http://richarddingwall.name/2009/05/07/mocking-out-automapper-with-dependency-injection/comment-page-1/#comment-36680</link>
		<dc:creator>Glenn Moseley</dc:creator>
		<pubDate>Fri, 15 Jul 2011 08:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1299#comment-36680</guid>
		<description>Thanks for sharing. This helped alot.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. This helped alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fergal O'Donnell</title>
		<link>http://richarddingwall.name/2009/05/07/mocking-out-automapper-with-dependency-injection/comment-page-1/#comment-17054</link>
		<dc:creator>Fergal O'Donnell</dc:creator>
		<pubDate>Mon, 20 Sep 2010 22:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1299#comment-17054</guid>
		<description>You can take this one step further. Instead of using Automappers IMappingEngine interface write a facade (your own mapper interface). This interface would just call back to the Mapping Engine.

Doing this will allow you to swap objects mappers at a later stage.</description>
		<content:encoded><![CDATA[<p>You can take this one step further. Instead of using Automappers IMappingEngine interface write a facade (your own mapper interface). This interface would just call back to the Mapping Engine.</p>
<p>Doing this will allow you to swap objects mappers at a later stage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://richarddingwall.name/2009/05/07/mocking-out-automapper-with-dependency-injection/comment-page-1/#comment-4315</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 07 May 2009 20:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1299#comment-4315</guid>
		<description>@Chris thanks, fixed :)</description>
		<content:encoded><![CDATA[<p>@Chris thanks, fixed :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://richarddingwall.name/2009/05/07/mocking-out-automapper-with-dependency-injection/comment-page-1/#comment-4311</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 07 May 2009 19:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://richarddingwall.name/?p=1299#comment-4311</guid>
		<description>Cool. Think you might mean to type IMappingEngine mapper; // injected! above though.</description>
		<content:encoded><![CDATA[<p>Cool. Think you might mean to type IMappingEngine mapper; // injected! above though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

