<?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: 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>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: 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-293</link>
		<dc:creator><![CDATA[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-293</guid>
		<description><![CDATA[[...] 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-292</link>
		<dc:creator><![CDATA[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-292</guid>
		<description><![CDATA[+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-291</link>
		<dc:creator><![CDATA[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-291</guid>
		<description><![CDATA[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-272</link>
		<dc:creator><![CDATA[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-272</guid>
		<description><![CDATA[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-273</link>
		<dc:creator><![CDATA[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-273</guid>
		<description><![CDATA[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-270</link>
		<dc:creator><![CDATA[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-270</guid>
		<description><![CDATA[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-271</link>
		<dc:creator><![CDATA[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-271</guid>
		<description><![CDATA[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. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://kohari.org/2009/02/25/ninject-2-reaches-beta/#comment-269</link>
		<dc:creator><![CDATA[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-269</guid>
		<description><![CDATA[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-268</link>
		<dc:creator><![CDATA[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-268</guid>
		<description><![CDATA[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-267</link>
		<dc:creator><![CDATA[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-267</guid>
		<description><![CDATA[[...] 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>

