<?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: Asp.Net MVC 2 Areas</title>
	<atom:link href="http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 17:48:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tyler</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-56873</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 06 May 2010 18:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-56873</guid>
		<description>Why not just make your own HtmlHelper?

using System.Web.Mvc;
using System.Web.Mvc.Html;

public static MvcHtmlString ActionLink(this HtmlHelper html, string linkText, string actionName, string controllerName, string areaName)
{
     return html.ActionLink(linkText, actionName, controllerName, new { area = areaName });
}</description>
		<content:encoded><![CDATA[<p>Why not just make your own HtmlHelper?</p>
<p>using System.Web.Mvc;<br />
using System.Web.Mvc.Html;</p>
<p>public static MvcHtmlString ActionLink(this HtmlHelper html, string linkText, string actionName, string controllerName, string areaName)<br />
{<br />
     return html.ActionLink(linkText, actionName, controllerName, new { area = areaName });<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catto</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-54787</link>
		<dc:creator>Catto</dc:creator>
		<pubDate>Mon, 29 Mar 2010 12:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-54787</guid>
		<description>Hey Now ElegantCode,

Nice Post!

Thx 4 the info,
Catto</description>
		<content:encoded><![CDATA[<p>Hey Now ElegantCode,</p>
<p>Nice Post!</p>
<p>Thx 4 the info,<br />
Catto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aitom</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-54780</link>
		<dc:creator>Aitom</dc:creator>
		<pubDate>Mon, 29 Mar 2010 11:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-54780</guid>
		<description>Well... I think that when a project has a great dimension, maybe it&#039;s more appropiate to divide it in different &quot;sub-projects&quot;. It&#039;s areas useful here?</description>
		<content:encoded><![CDATA[<p>Well&#8230; I think that when a project has a great dimension, maybe it&#8217;s more appropiate to divide it in different &#8220;sub-projects&#8221;. It&#8217;s areas useful here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Savy</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-54772</link>
		<dc:creator>Savy</dc:creator>
		<pubDate>Mon, 29 Mar 2010 06:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-54772</guid>
		<description>I need to start work on MVC patterns. How can i use them and get the basic to professional knowledge about that. 

Please guide me.

Thanks and Regards,
Savy</description>
		<content:encoded><![CDATA[<p>I need to start work on MVC patterns. How can i use them and get the basic to professional knowledge about that. </p>
<p>Please guide me.</p>
<p>Thanks and Regards,<br />
Savy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Gladkikh</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-54754</link>
		<dc:creator>Denis Gladkikh</dc:creator>
		<pubDate>Sun, 28 Mar 2010 17:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-54754</guid>
		<description>Thanks, Chris.. I thought about how to use areas in my site, but did&#039;t want to spend time for understanding areas, this is really simple explanation. 

_purav_, this Guidance was very helpful for me http://webclientguidance.codeplex.com/Wikipage to start developing with ASP.NET MVC. But it is more desing pattern too..</description>
		<content:encoded><![CDATA[<p>Thanks, Chris.. I thought about how to use areas in my site, but did&#8217;t want to spend time for understanding areas, this is really simple explanation. </p>
<p>_purav_, this Guidance was very helpful for me <a href="http://webclientguidance.codeplex.com/Wikipage" rel="nofollow">http://webclientguidance.codeplex.com/Wikipage</a> to start developing with ASP.NET MVC. But it is more desing pattern too..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-54728</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Sat, 27 Mar 2010 23:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-54728</guid>
		<description>&lt;strong&gt;Elegant Code » Asp.Net MVC 2 Areas...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>Elegant Code » Asp.Net MVC 2 Areas&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: purav</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-54720</link>
		<dc:creator>purav</dc:creator>
		<pubDate>Sat, 27 Mar 2010 12:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-54720</guid>
		<description>hi,

i have idea about MVC design pattern.but i don&#039;t have idea about MVC Aechitecure.so pls send me the link of site from where i can get good idea about the MVC.

thank.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i have idea about MVC design pattern.but i don&#8217;t have idea about MVC Aechitecure.so pls send me the link of site from where i can get good idea about the MVC.</p>
<p>thank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Brandsma</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-54430</link>
		<dc:creator>Chris Brandsma</dc:creator>
		<pubDate>Mon, 15 Mar 2010 14:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-54430</guid>
		<description>Hi Ahmad,

In this case, &#039;test1&#039; was the name of the area, my controller was &#039;TestArea&#039;.</description>
		<content:encoded><![CDATA[<p>Hi Ahmad,</p>
<p>In this case, &#8216;test1&#8242; was the name of the area, my controller was &#8216;TestArea&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #559</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-54418</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #559</dc:creator>
		<pubDate>Mon, 15 Mar 2010 08:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-54418</guid>
		<description>[...] Asp.Net MVC 2 Areas - Chris Brandsma takes a brief look at the ASP.NET MVC 2 Areas functionality, showing how they are hooked up and discussing their use. [...]</description>
		<content:encoded><![CDATA[<p>[...] Asp.Net MVC 2 Areas &#8211; Chris Brandsma takes a brief look at the ASP.NET MVC 2 Areas functionality, showing how they are hooked up and discussing their use. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad</title>
		<link>http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/comment-page-1/#comment-54413</link>
		<dc:creator>Ahmad</dc:creator>
		<pubDate>Mon, 15 Mar 2010 06:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2010/03/13/asp-net-mvc-2-areas/#comment-54413</guid>
		<description>&quot;So a url to the area would include /test1/ (name of my Area) in the path&quot;
Is this not /test1/{name of controller}?</description>
		<content:encoded><![CDATA[<p>&#8220;So a url to the area would include /test1/ (name of my Area) in the path&#8221;<br />
Is this not /test1/{name of controller}?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
