<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<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>Thu, 21 Jul 2011 13:50:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Miguel</title>
		<link>http://kohari.org/2008/10/12/custom-selection-heuristics-in-ninject/#comment-230</link>
		<dc:creator><![CDATA[Miguel]]></dc:creator>
		<pubDate>Sat, 15 Nov 2008 10:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/?p=152#comment-230</guid>
		<description><![CDATA[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-229</link>
		<dc:creator><![CDATA[Fredrik Kalseth]]></dc:creator>
		<pubDate>Mon, 13 Oct 2008 07:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/?p=152#comment-229</guid>
		<description><![CDATA[Cool stuff!]]></description>
		<content:encoded><![CDATA[<p>Cool stuff!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

