<?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: Ninject MessageBroker Update</title>
	<atom:link href="http://innovatian.com/2008/11/ninject-messagebroker-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://innovatian.com/2008/11/ninject-messagebroker-update/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Dec 2011 21:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Prabir</title>
		<link>http://innovatian.com/2008/11/ninject-messagebroker-update/comment-page-1/#comment-46</link>
		<dc:creator>Prabir</dc:creator>
		<pubDate>Wed, 14 Jul 2010 14:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://disassembla.net/blog/?p=31#comment-46</guid>
		<description>what is the better way if we have many subscribers and want it to be dynamic. some what pluggable.&lt;br&gt;the best i could think of was:&lt;br&gt;&lt;br&gt;foreach (string consumer in new[] { &quot;NinjectMessageBroker.TimeWriter&quot;, &quot;NinjectMessageBroker.MailTimeSender&quot; })&lt;br&gt;{&lt;br&gt;          kernel.Get(Type.GetType(consumer));&lt;br&gt;}&lt;br&gt;&lt;br&gt;we could load string array of types from xml.&lt;br&gt;&lt;br&gt;anyideas?</description>
		<content:encoded><![CDATA[<p>what is the better way if we have many subscribers and want it to be dynamic. some what pluggable.<br />the best i could think of was:</p>
<p>foreach (string consumer in new[] { &#8220;NinjectMessageBroker.TimeWriter&#8221;, &#8220;NinjectMessageBroker.MailTimeSender&#8221; })<br />{<br />          kernel.Get(Type.GetType(consumer));<br />}</p>
<p>we could load string array of types from xml.</p>
<p>anyideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

