<?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: Organizing ASP.NET MVC solutions</title>
	<atom:link href="http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Thu, 23 May 2013 23:40: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: Manuel Hernandez</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-5624</link>
		<dc:creator>Manuel Hernandez</dc:creator>
		<pubDate>Thu, 07 Mar 2013 07:20:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-5624</guid>
		<description>That was my first question</description>
		<content:encoded><![CDATA[<p>That was my first question</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: man</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-4590</link>
		<dc:creator>man</dc:creator>
		<pubDate>Fri, 04 May 2012 12:24:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-4590</guid>
		<description>这不是一个问题 </description>
		<content:encoded><![CDATA[<p>这不是一个问题 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale Burrell</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-4228</link>
		<dc:creator>Dale Burrell</dc:creator>
		<pubDate>Wed, 04 Jan 2012 10:24:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-4228</guid>
		<description>I like this approach, however 2 details I was unable to resolve, my UI project files (.csproj, .csproj.user) and still in the UI directory - and don&#039;t need to be deployed. I can live with that unless there is a way around it.

But the annoying thing is the UI project DLL&#039;s are still created despite there being nothing to compile. I tried this with a bare bones web application containing nothing and it still created a 3KB DLL.

Is there anyway around this? </description>
		<content:encoded><![CDATA[<p>I like this approach, however 2 details I was unable to resolve, my UI project files (.csproj, .csproj.user) and still in the UI directory &#8211; and don&#8217;t need to be deployed. I can live with that unless there is a way around it.</p>
<p>But the annoying thing is the UI project DLL&#8217;s are still created despite there being nothing to compile. I tried this with a bare bones web application containing nothing and it still created a 3KB DLL.</p>
<p>Is there anyway around this? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-2107</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 05 Feb 2011 20:23:16 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-2107</guid>
		<description>It&#039;s a nice clean project/folder structure - but how do you handle the site master and its designer?</description>
		<content:encoded><![CDATA[<p>It&#8217;s a nice clean project/folder structure &#8211; but how do you handle the site master and its designer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikodem</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-2106</link>
		<dc:creator>Nikodem</dc:creator>
		<pubDate>Wed, 15 Sep 2010 18:58:13 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-2106</guid>
		<description>Hi. Is there any way to get helper menus work ?
I mean Visual Stiodio contextual actions like Add View... when clicking on controller action header.Resharper does it, but views lands in Core project instead of UI.. Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi. Is there any way to get helper menus work ?<br />
I mean Visual Stiodio contextual actions like Add View&#8230; when clicking on controller action header.Resharper does it, but views lands in Core project instead of UI.. Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-2105</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 03 Sep 2010 14:45:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-2105</guid>
		<description>Please disregard my comment. It was my mistake, didn&#039;t have latest referenced dll</description>
		<content:encoded><![CDATA[<p>Please disregard my comment. It was my mistake, didn&#8217;t have latest referenced dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-2104</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 03 Sep 2010 14:17:47 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-2104</guid>
		<description>RenderAction does not work if moved outside the web project</description>
		<content:encoded><![CDATA[<p>RenderAction does not work if moved outside the web project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jinseyd</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-2103</link>
		<dc:creator>jinseyd</dc:creator>
		<pubDate>Fri, 18 Jun 2010 06:14:26 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-2103</guid>
		<description>There is a problem, Core generated DLL project is not big?</description>
		<content:encoded><![CDATA[<p>There is a problem, Core generated DLL project is not big?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 哈哈笑</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-2102</link>
		<dc:creator>哈哈笑</dc:creator>
		<pubDate>Fri, 18 Jun 2010 06:12:59 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-2102</guid>
		<description>有一个问题，Core项目生成的DLL是不是很大？</description>
		<content:encoded><![CDATA[<p>有一个问题，Core项目生成的DLL是不是很大？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nachid</title>
		<link>http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/#comment-2101</link>
		<dc:creator>nachid</dc:creator>
		<pubDate>Tue, 04 May 2010 08:35:04 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx#comment-2101</guid>
		<description>Thanks Jimmy
I realized that and it is working perfecly well now
</description>
		<content:encoded><![CDATA[<p>Thanks Jimmy<br />
I realized that and it is working perfecly well now</p>
]]></content:encoded>
	</item>
</channel>
</rss>
