<?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 2 Reaches Beta!</title>
	<atom:link href="http://kohari.org/2009/02/25/ninject-2-reaches-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/</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: Using Ninject 2 to resolve conditional bindings with a kernel &#171; Deliberating On Software Development</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-2784</link>
		<dc:creator>Using Ninject 2 to resolve conditional bindings with a kernel &#171; Deliberating On Software Development</dc:creator>
		<pubDate>Sun, 07 Mar 2010 00:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-2784</guid>
		<description>[...] Filed under: Uncategorized &#8212; x97mdr @ 12:25 am   A while ago I saw that Nate Kohari was working on a beta version of Ninject, called Ninject 2.&#160; I use Ninject 1.0 in my projects and I’m really happy.&#160; It has a clean API and is [...]</description>
		<content:encoded><![CDATA[<p>[...] Filed under: Uncategorized &#8212; x97mdr @ 12:25 am   A while ago I saw that Nate Kohari was working on a beta version of Ninject, called Ninject 2.&#160; I use Ninject 1.0 in my projects and I’m really happy.&#160; It has a clean API and is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nolan Egly</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-2771</link>
		<dc:creator>Nolan Egly</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-2771</guid>
		<description>+1 for Compact Framework support, this why I&#039;m using Ninject.

Congrats on the beta release!</description>
		<content:encoded><![CDATA[<p>+1 for Compact Framework support, this why I&#8217;m using Ninject.</p>
<p>Congrats on the beta release!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-2711</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-2711</guid>
		<description>Hi Nate,

I have started using Ninject 1.x in a project, great tool! 

We have recently heard about MEF and after reading these articles
http://blogs.msdn.com/nblumhardt/archive/2009/03/16/hosting-mef-extensions-in-an-ioc-container.aspx
http://ondevelopment.blogspot.com/2009/03/unleashing-modules.html
we are now considering using an IoC container with MEF.
Unfortunately, Ninject does not provide an MEF adapter (like Autofac or Unity), but I wonder if the Automatic module scanning feature is actually doing something similar to what MEF does?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Nate,</p>
<p>I have started using Ninject 1.x in a project, great tool! </p>
<p>We have recently heard about MEF and after reading these articles<br />
<a href="http://blogs.msdn.com/nblumhardt/archive/2009/03/16/hosting-mef-extensions-in-an-ioc-container.aspx" rel="nofollow">http://blogs.msdn.com/nblumhardt/archive/2009/03/16/hosting-mef-extensions-in-an-ioc-container.aspx</a><br />
<a href="http://ondevelopment.blogspot.com/2009/03/unleashing-modules.html" rel="nofollow">http://ondevelopment.blogspot.com/2009/03/unleashing-modules.html</a><br />
we are now considering using an IoC container with MEF.<br />
Unfortunately, Ninject does not provide an MEF adapter (like Autofac or Unity), but I wonder if the Automatic module scanning feature is actually doing something similar to what MEF does?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urs Enzler</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-258</link>
		<dc:creator>Urs Enzler</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-258</guid>
		<description>I just started using NInject and refactored a very small test application from Unity to NInject 2. The first thing I noticed: NInject error messages are far better than the cryptic error description of Unity. So, after spending about 15 minutes refactoring, all is up and running. Really cool!

As others stated, I&#039;d be glad if CF support would stay in. The reason is, that our company has a lot of &quot;normal&quot; .net projects as well as CF projects, and we like to be able to reuse our stuff and therefore the injection container.

Keep up the great work
Cheers
Urs</description>
		<content:encoded><![CDATA[<p>I just started using NInject and refactored a very small test application from Unity to NInject 2. The first thing I noticed: NInject error messages are far better than the cryptic error description of Unity. So, after spending about 15 minutes refactoring, all is up and running. Really cool!</p>
<p>As others stated, I&#8217;d be glad if CF support would stay in. The reason is, that our company has a lot of &#8220;normal&#8221; .net projects as well as CF projects, and we like to be able to reuse our stuff and therefore the injection container.</p>
<p>Keep up the great work<br />
Cheers<br />
Urs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-259</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 14 Jul 2009 00:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-259</guid>
		<description>Nate, I was actually getting ready to adopt unity for an IOC due to its service locater support. Great to see this will be in Ninject 2! Do you have a release date yet for v2?</description>
		<content:encoded><![CDATA[<p>Nate, I was actually getting ready to adopt unity for an IOC due to its service locater support. Great to see this will be in Ninject 2! Do you have a release date yet for v2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven H</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-256</link>
		<dc:creator>Steven H</dc:creator>
		<pubDate>Mon, 29 Jun 2009 04:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-256</guid>
		<description>Please, dont drop CF support - Think about the children !!!!!!!</description>
		<content:encoded><![CDATA[<p>Please, dont drop CF support &#8211; Think about the children !!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hamrick</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-257</link>
		<dc:creator>Eric Hamrick</dc:creator>
		<pubDate>Tue, 26 May 2009 00:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-257</guid>
		<description>Another person using Ninject 1.0 on mobile devices. Hoping to see 2.0 supported on CF as well. :)

Eric</description>
		<content:encoded><![CDATA[<p>Another person using Ninject 1.0 on mobile devices. Hoping to see 2.0 supported on CF as well. :)</p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-255</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Tue, 05 May 2009 15:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-255</guid>
		<description>Ninject 2.0 has some great features we&#039;ve been looking for including Multi-Injection.  However one of the reasons we chose Ninject was due to the CF support.  Please add CF support to 2.0!!</description>
		<content:encoded><![CDATA[<p>Ninject 2.0 has some great features we&#8217;ve been looking for including Multi-Injection.  However one of the reasons we chose Ninject was due to the CF support.  Please add CF support to 2.0!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-254</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 05 May 2009 15:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-254</guid>
		<description>Nate,

We chose Ninject because of its .NET CF support. We love it, but really need the multi-injection support. Please keep CF support as the valuable feature it is.

Thanks,
Eric</description>
		<content:encoded><![CDATA[<p>Nate,</p>
<p>We chose Ninject because of its .NET CF support. We love it, but really need the multi-injection support. Please keep CF support as the valuable feature it is.</p>
<p>Thanks,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Customizing Ninject 2.0 Behaviour to use the Default Constructor on InjectAttribute-less classes. &#171; Ben Ellis&#8217;s Blog</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/comment-page-1/#comment-253</link>
		<dc:creator>Customizing Ninject 2.0 Behaviour to use the Default Constructor on InjectAttribute-less classes. &#171; Ben Ellis&#8217;s Blog</dc:creator>
		<pubDate>Tue, 05 May 2009 07:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-253</guid>
		<description>[...] as Nate says in his post about Ninject 2.0, the behaviour has changed so that when it does not have the InjectAttribute applied to any [...]</description>
		<content:encoded><![CDATA[<p>[...] as Nate says in his post about Ninject 2.0, the behaviour has changed so that when it does not have the InjectAttribute applied to any [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
