<?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: Converting a ASP.NET Web Site to a Web Application Project</title>
	<atom:link href="http://www.dalsoft.co.uk/blog/index.php/2009/09/12/converting-a-asp-net-web-site-to-a-web-application-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dalsoft.co.uk/blog/index.php/2009/09/12/converting-a-asp-net-web-site-to-a-web-application-project/</link>
	<description>Dalsoft&#039;s Blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: DalSoft</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2009/09/12/converting-a-asp-net-web-site-to-a-web-application-project/comment-page-1/#comment-219</link>
		<dc:creator>DalSoft</dc:creator>
		<pubDate>Sat, 13 Mar 2010 10:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=369#comment-219</guid>
		<description>Yes all you need to do is move the .cs files to a new folder and add a &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/z2kcy19k%28VS.80%29.aspx&quot; rel=&quot;nofollow&quot;&gt;namespace&lt;/a&gt; to them (just after your using statements). With regards to naming the folders and namespaces that&#039;s up to you, generally I try to make it obvious for example, I use the namespace DalSoft.Infrastructure and a folder named Infrastructure for code that is for the Infrastructure of my site. You may also want to put reusable code in there own projects, this allows you to start creating your own reusable libraries which further promotes testability and separation of concerns. 

Hope this helps,

Darran</description>
		<content:encoded><![CDATA[<p>Yes all you need to do is move the .cs files to a new folder and add a <a href="http://msdn.microsoft.com/en-us/library/z2kcy19k%28VS.80%29.aspx" rel="nofollow">namespace</a> to them (just after your using statements). With regards to naming the folders and namespaces that&#8217;s up to you, generally I try to make it obvious for example, I use the namespace DalSoft.Infrastructure and a folder named Infrastructure for code that is for the Infrastructure of my site. You may also want to put reusable code in there own projects, this allows you to start creating your own reusable libraries which further promotes testability and separation of concerns. </p>
<p>Hope this helps,</p>
<p>Darran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lynda</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2009/09/12/converting-a-asp-net-web-site-to-a-web-application-project/comment-page-1/#comment-218</link>
		<dc:creator>lynda</dc:creator>
		<pubDate>Fri, 12 Mar 2010 21:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=369#comment-218</guid>
		<description>Thank you very much for this post. I want to convert my website project to web application project for the sole purpose of doing unit testing also. I am new to asp.net and unit testing. My current code files in App_Code don&#039;t have a namespace. If I convert my website project to web application project: How to add namespace to my current classes of App_Code? Do I need to go inside of each file add namespace for each class?  If I rename the App_Code to new LibaryClass in converted WAP project, should I gave it the same namespace name? Thank you very much!
Best Regards
Lynda</description>
		<content:encoded><![CDATA[<p>Thank you very much for this post. I want to convert my website project to web application project for the sole purpose of doing unit testing also. I am new to asp.net and unit testing. My current code files in App_Code don&#8217;t have a namespace. If I convert my website project to web application project: How to add namespace to my current classes of App_Code? Do I need to go inside of each file add namespace for each class?  If I rename the App_Code to new LibaryClass in converted WAP project, should I gave it the same namespace name? Thank you very much!<br />
Best Regards<br />
Lynda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Application Project Vs Web Site &#171; Tech Notes</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2009/09/12/converting-a-asp-net-web-site-to-a-web-application-project/comment-page-1/#comment-51</link>
		<dc:creator>Web Application Project Vs Web Site &#171; Tech Notes</dc:creator>
		<pubDate>Mon, 02 Nov 2009 03:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=369#comment-51</guid>
		<description>[...] Converting a ASP.NET Web Site to a Web Application Project. [...]</description>
		<content:encoded><![CDATA[<p>[...] Converting a ASP.NET Web Site to a Web Application Project. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aspfanboy</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2009/09/12/converting-a-asp-net-web-site-to-a-web-application-project/comment-page-1/#comment-19</link>
		<dc:creator>aspfanboy</dc:creator>
		<pubDate>Thu, 15 Oct 2009 19:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=369#comment-19</guid>
		<description>Excellent article thanks, found the information about Profiles when using a project very useful.</description>
		<content:encoded><![CDATA[<p>Excellent article thanks, found the information about Profiles when using a project very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
