<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DalSoft &#187; ASP.NET</title>
	<atom:link href="http://www.dalsoft.co.uk/blog/index.php/tag/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dalsoft.co.uk/blog</link>
	<description>Dalsoft&#039;s Blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:44:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ASP.NET MVC 2 -Template Helpers Allow You to Specify Extra View Data</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2010/07/29/asp-net-mvc-2-template-helpers-allow-you-to-specify-extra-view-data/</link>
		<comments>http://www.dalsoft.co.uk/blog/index.php/2010/07/29/asp-net-mvc-2-template-helpers-allow-you-to-specify-extra-view-data/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 06:00:53 +0000</pubDate>
		<dc:creator>DalSoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[DisplayFor]]></category>
		<category><![CDATA[EditorFor]]></category>
		<category><![CDATA[MVC 2.0]]></category>
		<category><![CDATA[Separation of Concerns]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=824</guid>
		<description><![CDATA[In April I did a comprehensive blog post about the Html.EditorFor() and Html.DisplayFor() helpers in MVC 2, and there use with templates. It turns out I missed quite a cool feature added in the MVC 2 RTM release in March. Taken from the release notes: ASP.NET MVC 2 now includes new overloads of the EditorFor [...]]]></description>
		<wfw:commentRss>http://www.dalsoft.co.uk/blog/index.php/2010/07/29/asp-net-mvc-2-template-helpers-allow-you-to-specify-extra-view-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Model Binders</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2010/05/21/mvc-model-binders/</link>
		<comments>http://www.dalsoft.co.uk/blog/index.php/2010/05/21/mvc-model-binders/#comments</comments>
		<pubDate>Thu, 20 May 2010 23:00:48 +0000</pubDate>
		<dc:creator>DalSoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Convention over configuration]]></category>
		<category><![CDATA[DisplayFor]]></category>
		<category><![CDATA[Model Binders]]></category>
		<category><![CDATA[MVC 2.0]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=758</guid>
		<description><![CDATA[In the last section of my MVC Templates post, I discussed how to use the Html.EditorFor() helper with complex types. Whilst this showed how you can use Html.EditorFor() and templates to produce a user interface for complex types, it didn&#8217;t show you how to bind the result when the user has posted to a controllers [...]]]></description>
		<wfw:commentRss>http://www.dalsoft.co.uk/blog/index.php/2010/05/21/mvc-model-binders/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC 2 Templates</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2010/04/26/mvc-2-templates/</link>
		<comments>http://www.dalsoft.co.uk/blog/index.php/2010/04/26/mvc-2-templates/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 11:38:16 +0000</pubDate>
		<dc:creator>DalSoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Convention over configuration]]></category>
		<category><![CDATA[DisplayFor]]></category>
		<category><![CDATA[DRY]]></category>
		<category><![CDATA[EditorFor]]></category>
		<category><![CDATA[Helpers]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MVC 2.0]]></category>
		<category><![CDATA[PRG]]></category>
		<category><![CDATA[Separation of Concerns]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[YAGNI]]></category>

		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=514</guid>
		<description><![CDATA[MVC 2 is official, I&#8217;ve been using it for a while now (since preview), my favorite feature by far is templating. I&#8217;ve been using the templating feature extensively to upgrade an existing production application, in particular some quite ugly views. Before templates to create a reusable UI, you really only had the options of user [...]]]></description>
		<wfw:commentRss>http://www.dalsoft.co.uk/blog/index.php/2010/04/26/mvc-2-templates/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Official ASP.NET MVC 2 Released</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2010/03/12/official-asp-net-mvc-2-released/</link>
		<comments>http://www.dalsoft.co.uk/blog/index.php/2010/03/12/official-asp-net-mvc-2-released/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 12:54:13 +0000</pubDate>
		<dc:creator>DalSoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC 2.0]]></category>

		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=512</guid>
		<description><![CDATA[MVC 2 is officially released, there are so many excellent features,  but the best feature for me is the strongly typed Html helpers. I&#8217;ve been playing around with this feature and will share some of my experiences with you. http://weblogs.asp.net/scottgu/archive/2010/03/11/asp-net-mvc-2-released.aspx]]></description>
		<wfw:commentRss>http://www.dalsoft.co.uk/blog/index.php/2010/03/12/official-asp-net-mvc-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC 2 (Release Candidate 2) Now Available</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2010/02/06/asp-net-mvc-2-release-candidate-2-now-available/</link>
		<comments>http://www.dalsoft.co.uk/blog/index.php/2010/02/06/asp-net-mvc-2-release-candidate-2-now-available/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:40:06 +0000</pubDate>
		<dc:creator>DalSoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC 2.0]]></category>

		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=510</guid>
		<description><![CDATA[Generally bug fixes and performance enhancements. One cool addition for me, is the HTML input helpers supporting array/collection indexes, for example: Html.EditorFor(foo=&#62;foo.bar[i]) . I was working around this limitation using Html.EditorFor((foo)=&#62;foo.bar[i], &#8220;Bar&#8221;) i.e. passing a function expression, but this means you have to pass a template name (to get the correct HtmlFieldPrefix), this addition means [...]]]></description>
		<wfw:commentRss>http://www.dalsoft.co.uk/blog/index.php/2010/02/06/asp-net-mvc-2-release-candidate-2-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NUnit Templates for ASP.NET MVC 2 Preview 2</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2009/11/17/nunit-templates-for-asp-net-mvc-2-0-preview-2/</link>
		<comments>http://www.dalsoft.co.uk/blog/index.php/2009/11/17/nunit-templates-for-asp-net-mvc-2-0-preview-2/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 12:14:36 +0000</pubDate>
		<dc:creator>DalSoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC 2.0]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[Testability]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=484</guid>
		<description><![CDATA[I recently downloaded ASP.NET MVC 2.0 Preview 2 and was surprised to see, that the NUnit test templates haven&#8217;t made it into the build. Again we are stuck with MSUnit being the only template available. Fear not help is at hand Joe Cartano posted an excellent solution for MVC 1.0.  I have made a minor [...]]]></description>
		<wfw:commentRss>http://www.dalsoft.co.uk/blog/index.php/2009/11/17/nunit-templates-for-asp-net-mvc-2-0-preview-2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Converting a ASP.NET Web Site to a Web Application Project</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2009/09/12/converting-a-asp-net-web-site-to-a-web-application-project/</link>
		<comments>http://www.dalsoft.co.uk/blog/index.php/2009/09/12/converting-a-asp-net-web-site-to-a-web-application-project/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 23:06:22 +0000</pubDate>
		<dc:creator>DalSoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[App_Code]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[NUnit]]></category>
		<category><![CDATA[Profile]]></category>
		<category><![CDATA[Testability]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Web Application Project]]></category>
		<category><![CDATA[Web Site]]></category>
		<category><![CDATA[yam]]></category>

		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=369</guid>
		<description><![CDATA[I am currently converting a lot of  legacy ASP.NET Web Sites over to ASP.NET Web Application Projects.  The reason for doing this is so I can make my NUnit Test project reference my Web Application Project.  There are various discussions about ASP.NET: Web Site vs. Web Application, but for me it was solely for testability [...]]]></description>
		<wfw:commentRss>http://www.dalsoft.co.uk/blog/index.php/2009/09/12/converting-a-asp-net-web-site-to-a-web-application-project/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DalSoft Relaunches Today</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2009/08/22/dalsoft-relaunches-today/</link>
		<comments>http://www.dalsoft.co.uk/blog/index.php/2009/08/22/dalsoft-relaunches-today/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 20:55:34 +0000</pubDate>
		<dc:creator>DalSoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apollo]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[WP-Fourm]]></category>

		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=240</guid>
		<description><![CDATA[I have relaunched the website, blog and forum today.  I have replaced the very basic bespoke blog I developed in ASP.NET and the phpBB forum solely with wordpress. The reason for doing this is that I generally blog more and have less need for bespoke pages. Main reasons why I picked wordpress: It&#8217;s Open Source [...]]]></description>
		<wfw:commentRss>http://www.dalsoft.co.uk/blog/index.php/2009/08/22/dalsoft-relaunches-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
