<?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: Null Coalescing Operator</title>
	<atom:link href="http://www.alteridem.net/2007/08/17/null-coalescing-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/</link>
	<description>Software by Design</description>
	<lastBuildDate>Wed, 01 Sep 2010 07:49:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: rs emenu</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/comment-page-1/#comment-8658</link>
		<dc:creator>rs emenu</dc:creator>
		<pubDate>Tue, 29 Jun 2010 19:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-8658</guid>
		<description>Have a look..
good example.

&lt;a href=&quot;http://www.a2zmenu.com/CSharp/C%20sharp%20Null-Coalescing%20Operator.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.a2zmenu.com/CSharp/C%20sharp%20Null-Coalescing%20Operator.aspx&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Have a look..<br />
good example.</p>
<p><a href="http://www.a2zmenu.com/CSharp/C%20sharp%20Null-Coalescing%20Operator.aspx" rel="nofollow">http://www.a2zmenu.com/CSharp/C%20sharp%20Null-Coalescing%20Operator.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/comment-page-1/#comment-8272</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Sun, 25 Apr 2010 07:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-8272</guid>
		<description>Have a look at  this link..
It show the good use of Null-Coalescing Operator

&lt;a href=&quot;http://aspdotnethacker.blogspot.com/2010/04/c-null-coalescing-operator.html&quot; rel=&quot;nofollow&quot;&gt;http://aspdotnethacker.blogspot.com/2010/04/c-null-coalescing-operator.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Have a look at  this link..<br />
It show the good use of Null-Coalescing Operator</p>
<p><a href="http://aspdotnethacker.blogspot.com/2010/04/c-null-coalescing-operator.html" rel="nofollow">http://aspdotnethacker.blogspot.com/2010/04/c-null-coalescing-operator.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ItsAllEasy &#187; Blog Archive &#187; Null Coalescing Operator</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/comment-page-1/#comment-1156</link>
		<dc:creator>ItsAllEasy &#187; Blog Archive &#187; Null Coalescing Operator</dc:creator>
		<pubDate>Wed, 22 Aug 2007 06:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1156</guid>
		<description>[...] != null){ a = b; }else{ a = c; }  I was reminded of it again today when I learned it is called the &#8220;Null Coalescing Operator&#8221;. Javascript has something similar with:  a = b &#124;&#124; c;  I&#8217;ve used the hell out of it in [...]</description>
		<content:encoded><![CDATA[<p>[...] != null){ a = b; }else{ a = c; }  I was reminded of it again today when I learned it is called the &#8220;Null Coalescing Operator&#8221;. Javascript has something similar with:  a = b || c;  I&#8217;ve used the hell out of it in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Asrari</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/comment-page-1/#comment-1155</link>
		<dc:creator>Will Asrari</dc:creator>
		<pubDate>Tue, 21 Aug 2007 02:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1155</guid>
		<description>Very useful. Definitely slid in under the radar.</description>
		<content:encoded><![CDATA[<p>Very useful. Definitely slid in under the radar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forrest</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/comment-page-1/#comment-1154</link>
		<dc:creator>Forrest</dc:creator>
		<pubDate>Mon, 20 Aug 2007 16:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1154</guid>
		<description>Wow..  learn something new every day. Very handy shortcut of which I could make Much use.

Thanks!</description>
		<content:encoded><![CDATA[<p>Wow..  learn something new every day. Very handy shortcut of which I could make Much use.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 22 Links Today (2007-08-20)</title>
		<link>http://www.alteridem.net/2007/08/17/null-coalescing-operator/comment-page-1/#comment-1153</link>
		<dc:creator>22 Links Today (2007-08-20)</dc:creator>
		<pubDate>Mon, 20 Aug 2007 15:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2007/08/17/null-coalescing-operator/#comment-1153</guid>
		<description>[...] Null Coalescing Operator: ?? [...]</description>
		<content:encoded><![CDATA[<p>[...] Null Coalescing Operator: ?? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
