<?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: A shorter way for If statement in C#</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/2009/07/17/a-shorter-way-for-if-statement-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hieu.co.uk/blog/index.php/2009/07/17/a-shorter-way-for-if-statement-in-c/</link>
	<description>Creative Programing</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:15:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adao Santos</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/17/a-shorter-way-for-if-statement-in-c/comment-page-1/#comment-1017</link>
		<dc:creator>Adao Santos</dc:creator>
		<pubDate>Fri, 07 Aug 2009 21:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=807#comment-1017</guid>
		<description>You can also combine multiple.

Example:
return (idx==1 ? &quot;yes&quot; : ( idx &gt; 1 ? &quot;maybe&quot; : &quot;no&quot;));</description>
		<content:encoded><![CDATA[<p>You can also combine multiple.</p>
<p>Example:<br />
return (idx==1 ? &#8220;yes&#8221; : ( idx &gt; 1 ? &#8220;maybe&#8221; : &#8220;no&#8221;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HieuUK</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/17/a-shorter-way-for-if-statement-in-c/comment-page-1/#comment-733</link>
		<dc:creator>HieuUK</dc:creator>
		<pubDate>Thu, 23 Jul 2009 11:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=807#comment-733</guid>
		<description>Yeap, I have a very bad memory and I&#039;m not using this a lot so I&#039;m keep forgoting it :(. Write a post here so when I need I could search for it easier :)</description>
		<content:encoded><![CDATA[<p>Yeap, I have a very bad memory and I&#8217;m not using this a lot so I&#8217;m keep forgoting it <img src='http://www.hieu.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . Write a post here so when I need I could search for it easier <img src='http://www.hieu.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mux0x55</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/17/a-shorter-way-for-if-statement-in-c/comment-page-1/#comment-730</link>
		<dc:creator>mux0x55</dc:creator>
		<pubDate>Thu, 23 Jul 2009 09:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=807#comment-730</guid>
		<description>It&#039;s simple a ternary expression, it works in almost every language (C, Java, Py...) not only in C#. :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s simple a ternary expression, it works in almost every language (C, Java, Py&#8230;) not only in C#. <img src='http://www.hieu.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
