<?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: Dependency Injection in ASP.NET MVC: Views</title>
	<atom:link href="http://lostechies.com/jimmybogard/2010/05/19/dependency-injection-in-asp-net-mvc-views/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2010/05/19/dependency-injection-in-asp-net-mvc-views/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Wed, 22 May 2013 13:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: AaronRiggs</title>
		<link>http://lostechies.com/jimmybogard/2010/05/19/dependency-injection-in-asp-net-mvc-views/#comment-5439</link>
		<dc:creator>AaronRiggs</dc:creator>
		<pubDate>Tue, 22 Jan 2013 07:16:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/05/19/dependency-injection-in-asp-net-mvc-views.aspx#comment-5439</guid>
		<description>For ASP.NET or Active Server Pages, ASP.NET MVC does not include anything that directly corresponds to a page. In an ASP.NET MVC application, there is not a page on disk that corresponds to the path in the URL that you type into the address bar of your browser. The closest thing to a page in an ASP.NET MVC application is something called a view.</description>
		<content:encoded><![CDATA[<p>For ASP.NET or Active Server Pages, ASP.NET MVC does not include anything that directly corresponds to a page. In an ASP.NET MVC application, there is not a page on disk that corresponds to the path in the URL that you type into the address bar of your browser. The closest thing to a page in an ASP.NET MVC application is something called a view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Dubray</title>
		<link>http://lostechies.com/jimmybogard/2010/05/19/dependency-injection-in-asp-net-mvc-views/#comment-4217</link>
		<dc:creator>Christophe Dubray</dc:creator>
		<pubDate>Fri, 30 Dec 2011 18:13:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/05/19/dependency-injection-in-asp-net-mvc-views.aspx#comment-4217</guid>
		<description>I&#039;m curious how this approach looks like for ASP.NET MVC 3 and the Razor viewengine. Any thoughts?</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious how this approach looks like for ASP.NET MVC 3 and the Razor viewengine. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2010/05/19/dependency-injection-in-asp-net-mvc-views/#comment-2421</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Thu, 08 Jul 2010 19:51:02 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/05/19/dependency-injection-in-asp-net-mvc-views.aspx#comment-2421</guid>
		<description>@Steve

That was an extension method I added, that pulls the IContainer out of HttpContext.Items.  Check out my github, I put the full code example up there ifyalike :)</description>
		<content:encoded><![CDATA[<p>@Steve</p>
<p>That was an extension method I added, that pulls the IContainer out of HttpContext.Items.  Check out my github, I put the full code example up there ifyalike <img src='http://lostechies.com/jimmybogard/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve O</title>
		<link>http://lostechies.com/jimmybogard/2010/05/19/dependency-injection-in-asp-net-mvc-views/#comment-2420</link>
		<dc:creator>Steve O</dc:creator>
		<pubDate>Thu, 08 Jul 2010 15:58:23 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/05/19/dependency-injection-in-asp-net-mvc-views.aspx#comment-2420</guid>
		<description>This looks like just what I need. But when trying your code:

controllerContext.HttpContext.GetContainer()

I don&#039;t seem to have a GetContainer() on HttpContext. Any idea what I&#039;m missing?</description>
		<content:encoded><![CDATA[<p>This looks like just what I need. But when trying your code:</p>
<p>controllerContext.HttpContext.GetContainer()</p>
<p>I don&#8217;t seem to have a GetContainer() on HttpContext. Any idea what I&#8217;m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnis L.</title>
		<link>http://lostechies.com/jimmybogard/2010/05/19/dependency-injection-in-asp-net-mvc-views/#comment-2419</link>
		<dc:creator>Arnis L.</dc:creator>
		<pubDate>Wed, 19 May 2010 16:36:45 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2010/05/19/dependency-injection-in-asp-net-mvc-views.aspx#comment-2419</guid>
		<description>Pure awesomeness. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Pure awesomeness. Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
