<?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>BUY Modafinil ONLINE WITHOUT PRESCRIPTION</title>
	<atom:link href="http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fubumvc-from-scratch-part-2</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 09:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>BUY Modafinil ONLINE WITHOUT PRESCRIPTION</title>
		<link>http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/comment-page-1/#comment-45839</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 01 May 2009 18:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/#comment-45839</guid>
		<description>&lt;a href=&quot;#comment-45390&quot; rel=&quot;nofollow&quot;&gt;@Yazid&lt;/a&gt; 
Add using directive to FubuMVC.Core in the bootstrapper.cs.  The IEnumerable Extension is defined there.</description>
		<content:encoded><![CDATA[<p><a href="#comment-45390" rel="nofollow">@Yazid</a><br />
Add using directive to FubuMVC.Core in the bootstrapper.cs.  The IEnumerable Extension is defined there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>BUY Modafinil ONLINE WITHOUT PRESCRIPTION</title>
		<link>http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/comment-page-1/#comment-45390</link>
		<dc:creator>Yazid</dc:creator>
		<pubDate>Mon, 13 Apr 2009 15:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/#comment-45390</guid>
		<description>Hello,

In 

private static void apply_action_conventions()
{    
var fubuConfiguration = ObjectFactory.GetInstance(); 
   var actionConventions = ObjectFactory.GetAllInstances&lt;IFubuConvention&gt;();     fubuConfiguration.GetControllerActionConfigs().Each(actionConfig =&gt;        actionConventions.Each(conv =&gt;            conv.Apply(actionConfig)));
}

Compiler complains about the .Each, is there a using I am missing?

Similarly in the Application_Start, the compiler complains about

 x.AddControllersFromAssembly.ContainingType

AddControllersFromAssembly

Is there a reference or a using I am missing?

TIA
Yaz</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>In </p>
<p>private static void apply_action_conventions()<br />
{<br />
var fubuConfiguration = ObjectFactory.GetInstance();<br />
   var actionConventions = ObjectFactory.GetAllInstances&lt;IFubuConvention&gt;();     fubuConfiguration.GetControllerActionConfigs().Each(actionConfig =&gt;        actionConventions.Each(conv =&gt;            conv.Apply(actionConfig)));<br />
}</p>
<p>Compiler complains about the .Each, is there a using I am missing?</p>
<p>Similarly in the Application_Start, the compiler complains about</p>
<p> x.AddControllersFromAssembly.ContainingType</p>
<p>AddControllersFromAssembly</p>
<p>Is there a reference or a using I am missing?</p>
<p>TIA<br />
Yaz</p>
]]></content:encoded>
	</item>
	<item>
		<title>BUY Modafinil ONLINE WITHOUT PRESCRIPTION</title>
		<link>http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/comment-page-1/#comment-44505</link>
		<dc:creator>Kazi Manzur Rashid</dc:creator>
		<pubDate>Tue, 10 Mar 2009 12:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/#comment-44505</guid>
		<description>Thanks Ryan for letting me know, Pls continue posting on Fubu, it is an excellent project to learn,</description>
		<content:encoded><![CDATA[<p>Thanks Ryan for letting me know, Pls continue posting on Fubu, it is an excellent project to learn,</p>
]]></content:encoded>
	</item>
	<item>
		<title>BUY Modafinil ONLINE WITHOUT PRESCRIPTION</title>
		<link>http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/comment-page-1/#comment-44486</link>
		<dc:creator>Arjan`s World &#187; LINKBLOG for March 9, 2009</dc:creator>
		<pubDate>Mon, 09 Mar 2009 16:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/#comment-44486</guid>
		<description>[...] FubuMVC From Scratch - Part 2 - Ryan Kelley [...]</description>
		<content:encoded><![CDATA[<p>[...] FubuMVC From Scratch &#8211; Part 2 &#8211; Ryan Kelley [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>BUY Modafinil ONLINE WITHOUT PRESCRIPTION</title>
		<link>http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/comment-page-1/#comment-44481</link>
		<dc:creator>Ryan Kelley</dc:creator>
		<pubDate>Mon, 09 Mar 2009 14:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/#comment-44481</guid>
		<description>Kazi,

This is a very good point. This discussion actually just came up yesterday, but I was already past that part of the post so I didn&#039;t do it here. But I totally agree, all the stuff should move out into the bootstrapper.</description>
		<content:encoded><![CDATA[<p>Kazi,</p>
<p>This is a very good point. This discussion actually just came up yesterday, but I was already past that part of the post so I didn&#8217;t do it here. But I totally agree, all the stuff should move out into the bootstrapper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>BUY Modafinil ONLINE WITHOUT PRESCRIPTION</title>
		<link>http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/comment-page-1/#comment-44471</link>
		<dc:creator>Kazi Manzur Rashid</dc:creator>
		<pubDate>Mon, 09 Mar 2009 10:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2009/03/08/fubumvc-from-scratch-part-2/#comment-44471</guid>
		<description>If there is Bootstrapper, I should not bother about the Global.asax, all the SM logic should moved into that Bootstrapper.it should be similar like the following:

http://weblogs.asp.net/rashid/archive/2009/02/17/use-bootstrapper-in-your-asp-net-mvc-application-and-reduce-code-smell.aspx</description>
		<content:encoded><![CDATA[<p>If there is Bootstrapper, I should not bother about the Global.asax, all the SM logic should moved into that Bootstrapper.it should be similar like the following:</p>
<p><a href="http://weblogs.asp.net/rashid/archive/2009/02/17/use-bootstrapper-in-your-asp-net-mvc-application-and-reduce-code-smell.aspx" rel="nofollow">http://weblogs.asp.net/rashid/archive/2009/02/17/use-bootstrapper-in-your-asp-net-mvc-application-and-reduce-code-smell.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

