<?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; MVC 2.0</title>
	<atom:link href="http://www.dalsoft.co.uk/blog/index.php/tag/mvc-2-0/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>Visual Studio 2010 &#8211; K&amp;R Coding Style Variant</title>
		<link>http://www.dalsoft.co.uk/blog/index.php/2010/06/04/visual-studio-2010-kr-coding-style-variant/</link>
		<comments>http://www.dalsoft.co.uk/blog/index.php/2010/06/04/visual-studio-2010-kr-coding-style-variant/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 16:00:08 +0000</pubDate>
		<dc:creator>DalSoft</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Allman style]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[K&R Coding Style Variant]]></category>
		<category><![CDATA[MVC 2.0]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[yam]]></category>

		<guid isPermaLink="false">http://www.dalsoft.co.uk/blog/?p=799</guid>
		<description><![CDATA[I program with different languages and for a while now I have wanted to make the K&#38;R variant coding style my default in Visual Studio. So what do I mean by the K&#38;R variant coding style, this coding style was named after co authors of the book The C Programming Language (thank you Wikipedia!) Kernighan [...]]]></description>
		<wfw:commentRss>http://www.dalsoft.co.uk/blog/index.php/2010/06/04/visual-studio-2010-kr-coding-style-variant/feed/</wfw:commentRss>
		<slash:comments>2</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>
	</channel>
</rss>
