<?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 knows a new trick</title>
	<atom:link href="http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/</link>
	<description>thoughts.each { &#38;:propagandise }</description>
	<lastBuildDate>Sun, 08 Jan 2012 14:53:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: darvocet here</title>
		<link>http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/comment-page-1/#comment-919</link>
		<dc:creator>darvocet here</dc:creator>
		<pubDate>Wed, 19 May 2010 08:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/#comment-919</guid>
		<description>Your Site Is Great, &lt;a href=&quot;http://darvocet.posterous.com/&quot; rel=&quot;nofollow&quot;&gt;First darvocet&lt;/a&gt;, [url= http://darvocet.posterous.com/ ]First darvocet[/url],  %-DD,</description>
		<content:encoded><![CDATA[<p>Your Site Is Great, <a href="http://darvocet.posterous.com/" rel="nofollow">First darvocet</a>, [url= <a href="http://darvocet.posterous.com/" rel="nofollow">http://darvocet.posterous.com/</a> ]First darvocet[/url],  %-DD,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/comment-page-1/#comment-560</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Tue, 26 May 2009 13:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/#comment-560</guid>
		<description>&lt;p&gt;Rene can you submit an issue with steps to reproduce on the github page for this project.&lt;/p&gt;

&lt;p&gt;http://github.com/casualjim/ninject-dynamic/issues&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rene can you submit an issue with steps to reproduce on the github page for this project.</p>
<p><a href="http://github.com/casualjim/ninject-dynamic/issues" rel="nofollow">http://github.com/casualjim/ninject-dynamic/issues</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/comment-page-1/#comment-559</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Tue, 26 May 2009 13:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/#comment-559</guid>
		<description>&lt;p&gt;When i do that i get:&lt;/p&gt;

&lt;p&gt;Additional information: wrong argument type Class (expected Module)&lt;/p&gt;

&lt;p&gt;im doing&lt;/p&gt;

&lt;p&gt;to_configure_ninject do &#124;ninject&#124;
    ninject.bind Interfaces::IEaea, :to =&gt; Rubyclass
end&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When i do that i get:</p>
<p>Additional information: wrong argument type Class (expected Module)</p>
<p>im doing</p>
<p>to_configure_ninject do |ninject|<br />
    ninject.bind Interfaces::IEaea, :to =&gt; Rubyclass<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/comment-page-1/#comment-557</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Mon, 25 May 2009 21:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/#comment-557</guid>
		<description>&lt;p&gt;you have to include the interface in the ruby class.
and then define all the methods of that interface with snake case naming.&lt;/p&gt;

&lt;p&gt;public interface IAmAnInterface {&lt;br /&gt;
   void SomeMethod();&lt;br /&gt;
   void AnotherMethod();&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;class Implementor&lt;br /&gt;
   include IAmAnInterface&lt;/p&gt;

&lt;p&gt;def some_method&lt;br /&gt;
     #implement here&lt;br /&gt;
  end&lt;/p&gt;

&lt;p&gt;def another_method&lt;br /&gt;
     #implement here&lt;br /&gt;
  end&lt;br /&gt;
end&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>you have to include the interface in the ruby class.<br />
and then define all the methods of that interface with snake case naming.</p>
<p>public interface IAmAnInterface {<br />
   void SomeMethod();<br />
   void AnotherMethod();<br />
}</p>
<p>class Implementor<br />
   include IAmAnInterface</p>
<p>def some_method<br />
     #implement here<br />
  end</p>
<p>def another_method<br />
     #implement here<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/comment-page-1/#comment-556</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Mon, 25 May 2009 21:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/#comment-556</guid>
		<description>&lt;p&gt;Do you know a way to add a Ruby class that implements a .net Interface? and bind that so ninject can use that?, im breen trying but no luck,&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Do you know a way to add a Ruby class that implements a .net Interface? and bind that so ninject can use that?, im breen trying but no luck,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Blumhardt</title>
		<link>http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/comment-page-1/#comment-502</link>
		<dc:creator>Nicholas Blumhardt</dc:creator>
		<pubDate>Mon, 16 Mar 2009 17:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/#comment-502</guid>
		<description>Nice!</description>
		<content:encoded><![CDATA[<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/comment-page-1/#comment-501</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Sun, 15 Mar 2009 21:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/#comment-501</guid>
		<description>&lt;strong&gt;Ninject knows a new trick - Ivan Porto Carrero...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>Ninject knows a new trick &#8211; Ivan Porto Carrero&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubydoes.net &#187; Blog Archive &#187; Ninject knows a new trick</title>
		<link>http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/comment-page-1/#comment-499</link>
		<dc:creator>rubydoes.net &#187; Blog Archive &#187; Ninject knows a new trick</dc:creator>
		<pubDate>Sun, 15 Mar 2009 00:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2009/03/15/ninject-knows-a-new-trick/#comment-499</guid>
		<description>[...] Note: this entry was cross-posted from flanders.co.nz [...]</description>
		<content:encoded><![CDATA[<p>[...] Note: this entry was cross-posted from flanders.co.nz [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

