<?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: Automanual Dependency Injection?</title>
	<atom:link href="http://davybrion.com/blog/2008/06/automanual-dependency-injection/feed/" rel="self" type="application/rss+xml" />
	<link>http://davybrion.com/blog/2008/06/automanual-dependency-injection/</link>
	<description>Trying to walk that thin line between intelligence and ignorance</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:54:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: This Is Why I Don&#8217;t Like Microsoft&#8217;s Way Of Open Source Development &#124; The Inquisitive Coder &#8211; Davy Brion&#8217;s Blog</title>
		<link>http://davybrion.com/blog/2008/06/automanual-dependency-injection/comment-page-1/#comment-22221</link>
		<dc:creator>This Is Why I Don&#8217;t Like Microsoft&#8217;s Way Of Open Source Development &#124; The Inquisitive Coder &#8211; Davy Brion&#8217;s Blog</dc:creator>
		<pubDate>Mon, 03 Aug 2009 08:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=144#comment-22221</guid>
		<description>[...] our IOC container has (and is based on a feature supported by Castle Windsor) is that of &#8216;automanual dependency injection&#8216;, which basically enables you to resolve a component through the container, while overriding [...]</description>
		<content:encoded><![CDATA[<p>[...] our IOC container has (and is based on a feature supported by Castle Windsor) is that of &#8216;automanual dependency injection&#8216;, which basically enables you to resolve a component through the container, while overriding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2008/06/automanual-dependency-injection/comment-page-1/#comment-415</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Wed, 18 Jun 2008 06:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=144#comment-415</guid>
		<description>It&#039;s a version i built from the Castle trunk a few weeks ago... i&#039;m not on the machine where i built it now, so i can&#039;t really give you a version number or svn revision number

This is the information about this specific Resolve overload i used:

T Resolve&lt;T&gt;(object argumentsAsAnonymousType)
    Member of Castle.Windsor.IWindsorContainer

Summary:
Returns a component instance by the service

Type Parameters:
T: Service type

Parameters:
argumentsAsAnonymousType: 

Returns:
The component instance</description>
		<content:encoded><![CDATA[<p>It&#8217;s a version i built from the Castle trunk a few weeks ago&#8230; i&#8217;m not on the machine where i built it now, so i can&#8217;t really give you a version number or svn revision number</p>
<p>This is the information about this specific Resolve overload i used:</p>
<p>T Resolve&lt;T&gt;(object argumentsAsAnonymousType)<br />
    Member of Castle.Windsor.IWindsorContainer</p>
<p>Summary:<br />
Returns a component instance by the service</p>
<p>Type Parameters:<br />
T: Service type</p>
<p>Parameters:<br />
argumentsAsAnonymousType: </p>
<p>Returns:<br />
The component instance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craigology</title>
		<link>http://davybrion.com/blog/2008/06/automanual-dependency-injection/comment-page-1/#comment-408</link>
		<dc:creator>Craigology</dc:creator>
		<pubDate>Wed, 18 Jun 2008 02:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=144#comment-408</guid>
		<description>Hi Davy,

Nice technique. I couldn&#039;t however find an overload of the Resolve method in Windsor that supports this syntax in either the RC3 or Trunk documentation. Can you identify the version of Windsor you are using?

Thanks,
Craig.</description>
		<content:encoded><![CDATA[<p>Hi Davy,</p>
<p>Nice technique. I couldn&#8217;t however find an overload of the Resolve method in Windsor that supports this syntax in either the RC3 or Trunk documentation. Can you identify the version of Windsor you are using?</p>
<p>Thanks,<br />
Craig.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
