<?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: Blunt Architecture</title>
	<atom:link href="http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/</link>
	<description>ASP.NET Developer. ALT.NET Supporter. Pragmatic Programmer. Published Writer.</description>
	<lastBuildDate>Thu, 02 Sep 2010 01:11:40 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Epiphone</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1151</link>
		<dc:creator>Epiphone</dc:creator>
		<pubDate>Mon, 15 Dec 2008 00:42:29 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1151</guid>
		<description>What kind is error is that when opening the solution in VS 2008?</description>
		<content:encoded><![CDATA[<p>What kind is error is that when opening the solution in VS 2008?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saturn facts</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1149</link>
		<dc:creator>saturn facts</dc:creator>
		<pubDate>Wed, 10 Dec 2008 21:26:49 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1149</guid>
		<description>This is really awesome article mate..
What is this ? &quot;project type is not supported&quot;
even after installing MVC templates i am getting this error..
can you please help us?
thanks</description>
		<content:encoded><![CDATA[<p>This is really awesome article mate..<br />
What is this ? &quot;project type is not supported&quot;<br />
even after installing MVC templates i am getting this error..<br />
can you please help us?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VW</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1148</link>
		<dc:creator>VW</dc:creator>
		<pubDate>Wed, 10 Dec 2008 06:14:59 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1148</guid>
		<description>Thanks for nice post kevin.. I am getting small error when opening the solution in VS 2008..
Can i rectify that error??</description>
		<content:encoded><![CDATA[<p>Thanks for nice post kevin.. I am getting small error when opening the solution in VS 2008..<br />
Can i rectify that error??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Pang</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1147</link>
		<dc:creator>Kevin Pang</dc:creator>
		<pubDate>Thu, 11 Sep 2008 10:17:43 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1147</guid>
		<description>Another thought for those getting the &quot;project type is not supported&quot;.  Have you installed the MVC templates?  That could also be why you are getting the errors.</description>
		<content:encoded><![CDATA[<p>Another thought for those getting the &quot;project type is not supported&quot;.  Have you installed the MVC templates?  That could also be why you are getting the errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Pang</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1146</link>
		<dc:creator>Kevin Pang</dc:creator>
		<pubDate>Thu, 11 Sep 2008 10:01:04 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1146</guid>
		<description>@Stu

To plug in SubSonic, I would probably store the SubSonic generated DAL classes into the Data layer.  I would then have mapping classes in my Data layer to handle the transitioning from my business objects to the SubSonic objects and use SubSonic to handle reading/writing to the database.

As Mitch pointed out though, this method will *not* support lazy loading, so it may not be the best approach for some.  In those cases, I suggest using something like NHibernate to persist your objects.</description>
		<content:encoded><![CDATA[<p>@Stu</p>
<p>To plug in SubSonic, I would probably store the SubSonic generated DAL classes into the Data layer.  I would then have mapping classes in my Data layer to handle the transitioning from my business objects to the SubSonic objects and use SubSonic to handle reading/writing to the database.</p>
<p>As Mitch pointed out though, this method will *not* support lazy loading, so it may not be the best approach for some.  In those cases, I suggest using something like NHibernate to persist your objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Pang</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1145</link>
		<dc:creator>Kevin Pang</dc:creator>
		<pubDate>Thu, 11 Sep 2008 09:58:43 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1145</guid>
		<description>For those who are getting the &quot;project type is not supported&quot;, it may be because the BluntArchitecture.Web is set up as a web application project type.

This did not come preinstalled on some Visual Studio packages.  Check out http://webproject.scottgu.com/ for more information and see if downloading the installer fixes it.</description>
		<content:encoded><![CDATA[<p>For those who are getting the &quot;project type is not supported&quot;, it may be because the BluntArchitecture.Web is set up as a web application project type.</p>
<p>This did not come preinstalled on some Visual Studio packages.  Check out <a href="http://webproject.scottgu.com/" rel="nofollow">http://webproject.scottgu.com/</a> for more information and see if downloading the installer fixes it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Moon</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1144</link>
		<dc:creator>Jake Moon</dc:creator>
		<pubDate>Thu, 11 Sep 2008 09:37:22 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1144</guid>
		<description>I also get an error when opening the solution in VS 2008: &quot;The application for the project is not installed.&quot;  This error is for the BluntArchitecture.Web project.  The other projects load fine.</description>
		<content:encoded><![CDATA[<p>I also get an error when opening the solution in VS 2008: &quot;The application for the project is not installed.&quot;  This error is for the BluntArchitecture.Web project.  The other projects load fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pendragon</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1143</link>
		<dc:creator>Pendragon</dc:creator>
		<pubDate>Thu, 11 Sep 2008 07:01:18 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1143</guid>
		<description>VS 2008 SP1. 
I presume from your question that it&#039;s not 2008 friendly?</description>
		<content:encoded><![CDATA[<p>VS 2008 SP1.<br />
I presume from your question that it&#8217;s not 2008 friendly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1142</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Thu, 11 Sep 2008 06:44:12 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1142</guid>
		<description>@Pendragon
Are you opening it in Visual Studio 2008?</description>
		<content:encoded><![CDATA[<p>@Pendragon<br />
Are you opening it in Visual Studio 2008?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pendragon</title>
		<link>http://www.kevinwilliampang.com/2008/08/17/blunt-architecture/#comment-1141</link>
		<dc:creator>Pendragon</dc:creator>
		<pubDate>Thu, 11 Sep 2008 06:27:28 +0000</pubDate>
		<guid isPermaLink="false">/post/Blunt-Architecture.aspx#comment-1141</guid>
		<description>When I open the project I get an error:
&#039;The project file c:\develop\BluntArchitecture_1.0.0\BluntArchitecture.Web\BluntArchitecture.Web.csproj&#039; cannot be opened.
 The project type is not supported by this installation&#039;. Do I have to do something with IIS to make this work?</description>
		<content:encoded><![CDATA[<p>When I open the project I get an error:<br />
&#8216;The project file c:\develop\BluntArchitecture_1.0.0\BluntArchitecture.Web\BluntArchitecture.Web.csproj&#8217; cannot be opened.<br />
 The project type is not supported by this installation&#8217;. Do I have to do something with IIS to make this work?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
