<?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: Dependency Injection and Service Location</title>
	<atom:link href="http://jonfuller.codingtomusic.com/2009/03/12/dependency-injection-and-service-location/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonfuller.codingtomusic.com/2009/03/12/dependency-injection-and-service-location/</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 19:28:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matt</title>
		<link>http://jonfuller.codingtomusic.com/2009/03/12/dependency-injection-and-service-location/comment-page-1/#comment-209</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 18 Mar 2009 17:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://jonfuller.codingtomusic.com/2009/03/12/dependency-injection-and-service-location/#comment-209</guid>
		<description>I agree, I don&#039;t really like the service locator pattern.  It looks like your example code is using Autofac.

We&#039;ve been using autofac for a few weeks now with a lot of success.  It&#039;s really helped to point our dependencies and to move us away from using statics and singletons.  It also makes testing much easier.  We were using Typemock which can do things like mock out statics and new&#039;s, but now we are using Rhino mocks more (the Rhino AAA syntax is really nice).</description>
		<content:encoded><![CDATA[<p>I agree, I don&#8217;t really like the service locator pattern.  It looks like your example code is using Autofac.</p>
<p>We&#8217;ve been using autofac for a few weeks now with a lot of success.  It&#8217;s really helped to point our dependencies and to move us away from using statics and singletons.  It also makes testing much easier.  We were using Typemock which can do things like mock out statics and new&#8217;s, but now we are using Rhino mocks more (the Rhino AAA syntax is really nice).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
