<?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: EPiServer code walkthrough #1 &#8211; 404 handler</title>
	<atom:link href="http://www.frederikvig.com/2010/01/episerver-code-walkthrough-1-404-handler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frederikvig.com/2010/01/episerver-code-walkthrough-1-404-handler/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=episerver-code-walkthrough-1-404-handler</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 01:46:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.frederikvig.com/2010/01/episerver-code-walkthrough-1-404-handler/comment-page-1/#comment-180</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=1038#comment-180</guid>
		<description>A really nice walk through. Probably lots of code out there that we can learn from (what to do and what not to!) I&#039;m all for removing incomplete or bad comments and commented out code. I usually keep this though (hoping code survives the blog comment):

public override void ValidatePageTemplate() 
{ 
    // Do not validate 
    // base.ValidatePageTemplate (); 
}

The &quot;// base.ValidatePageTemplate ();&quot; part in this case is an attempt to document what we want the base to NOT do (in order to achieve the effect we&#039;re after.) Preventing base classes to run code in overridden members is not very common, so worth commenting. However, the first line of comment is probably enough.</description>
		<content:encoded><![CDATA[<p>A really nice walk through. Probably lots of code out there that we can learn from (what to do and what not to!) I&#8217;m all for removing incomplete or bad comments and commented out code. I usually keep this though (hoping code survives the blog comment):</p>
<p>public override void ValidatePageTemplate()<br />
{<br />
    // Do not validate<br />
    // base.ValidatePageTemplate ();<br />
}</p>
<p>The &#8220;// base.ValidatePageTemplate ();&#8221; part in this case is an attempt to document what we want the base to NOT do (in order to achieve the effect we&#8217;re after.) Preventing base classes to run code in overridden members is not very common, so worth commenting. However, the first line of comment is probably enough.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->