<?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: Custom Selection Heuristics in Ninject</title>
	<atom:link href="http://kohari.org/2008/10/12/custom-selection-heuristics-in-ninject/feed/" rel="self" type="application/rss+xml" />
	<link>http://kohari.org/2008/10/12/custom-selection-heuristics-in-ninject/</link>
	<description>Rambling and occasional wisdom from Nate Kohari</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:45:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Miguel</title>
		<link>http://kohari.org/2008/10/12/custom-selection-heuristics-in-ninject/comment-page-1/#comment-218</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Sat, 15 Nov 2008 10:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/?p=152#comment-218</guid>
		<description>Looks good. It will be nice if we could reuse a set of heuristic configurations.
Something like.

var myHeuristics = CreateHeuristic.InjectConstructs(....).Inject...Inject(...);

and then when creating a binding simply apply a set of exisint heuristics.

Bind&lt;I&gt;().To().UsingHeuristics(myHeuristics);

That way we have global heuristics, binding heuristics and an easy way to reuse the same set of heuristics at a binding level without having to retype the configuration.</description>
		<content:encoded><![CDATA[<p>Looks good. It will be nice if we could reuse a set of heuristic configurations.<br />
Something like.</p>
<p>var myHeuristics = CreateHeuristic.InjectConstructs(&#8230;.).Inject&#8230;Inject(&#8230;);</p>
<p>and then when creating a binding simply apply a set of exisint heuristics.</p>
<p>Bind<i>().To().UsingHeuristics(myHeuristics);</p>
<p>That way we have global heuristics, binding heuristics and an easy way to reuse the same set of heuristics at a binding level without having to retype the configuration.</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Kalseth</title>
		<link>http://kohari.org/2008/10/12/custom-selection-heuristics-in-ninject/comment-page-1/#comment-217</link>
		<dc:creator>Fredrik Kalseth</dc:creator>
		<pubDate>Mon, 13 Oct 2008 07:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/?p=152#comment-217</guid>
		<description>Cool stuff!</description>
		<content:encoded><![CDATA[<p>Cool stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
