<?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: EPiPattern: DO &amp; DONT with EPiServer Properties</title>
	<atom:link href="http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/</link>
	<description>Chatter about EPiServer, ASP.NET, CSS and Web Development.</description>
	<lastBuildDate>Wed, 21 Dec 2011 01:21:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: EPiServer Developer Resources &#124; Frederik Vig - ASP.NET developer</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/comment-page-1/#comment-4147</link>
		<dc:creator>EPiServer Developer Resources &#124; Frederik Vig - ASP.NET developer</dc:creator>
		<pubDate>Sun, 30 Jan 2011 16:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/#comment-4147</guid>
		<description>[...] EPiPattern: DO &amp; DONT with EPiServer Properties [...]</description>
		<content:encoded><![CDATA[<p>[...] EPiPattern: DO &amp; DONT with EPiServer Properties [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Haglund</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/comment-page-1/#comment-3055</link>
		<dc:creator>Fredrik Haglund</dc:creator>
		<pubDate>Tue, 07 Oct 2008 07:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/#comment-3055</guid>
		<description>Fredrik Karlson: Yes, a valuable comment! EPiServers pattern using NULL for non-existing values or properties has several aspects.</description>
		<content:encoded><![CDATA[<p>Fredrik Karlson: Yes, a valuable comment! EPiServers pattern using NULL for non-existing values or properties has several aspects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Karlsson</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/comment-page-1/#comment-3054</link>
		<dc:creator>Fredrik Karlsson</dc:creator>
		<pubDate>Mon, 06 Oct 2008 20:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/#comment-3054</guid>
		<description>You forgot the most important aspect of null. This is how EPiServer determine if it can be overwritten when you use &quot;Fetch Data From&quot;. So don&#039;t remember to make sure your own specialized properties can be set to null.</description>
		<content:encoded><![CDATA[<p>You forgot the most important aspect of null. This is how EPiServer determine if it can be overwritten when you use &#8220;Fetch Data From&#8221;. So don&#8217;t remember to make sure your own specialized properties can be set to null.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Haglund</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/comment-page-1/#comment-2760</link>
		<dc:creator>Fredrik Haglund</dc:creator>
		<pubDate>Thu, 03 Jul 2008 05:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/#comment-2760</guid>
		<description>Thank you, Henrik!</description>
		<content:encoded><![CDATA[<p>Thank you, Henrik!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Nystrom</title>
		<link>http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/comment-page-1/#comment-2753</link>
		<dc:creator>Henrik Nystrom</dc:creator>
		<pubDate>Wed, 02 Jul 2008 22:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fredrikhaglund.se/blog/2008/07/02/epipattern-do-dont-with-episerver-properties/#comment-2753</guid>
		<description>Great set of tips. An amendment to using the coalesce (??) operator.
If your property is a value type you cast need to be a bit different.

DateTime x = (DateTime)(CurrentPage[”MyProperty”] ?? DateTime.Now);</description>
		<content:encoded><![CDATA[<p>Great set of tips. An amendment to using the coalesce (??) operator.<br />
If your property is a value type you cast need to be a bit different.</p>
<p>DateTime x = (DateTime)(CurrentPage[”MyProperty”] ?? DateTime.Now);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

