<?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: Things you probably didn&#8217;t know about C#</title>
	<atom:link href="http://www.devtheweb.net/blog/2010/02/25/things-you-probably-didnt-know-about-csharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtheweb.net/blog/2010/02/25/things-you-probably-didnt-know-about-csharp/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Oct 2011 13:37:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Amry</title>
		<link>http://www.devtheweb.net/blog/2010/02/25/things-you-probably-didnt-know-about-csharp/#comment-108</link>
		<dc:creator>Amry</dc:creator>
		<pubDate>Sun, 28 Feb 2010 14:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1077#comment-108</guid>
		<description>Nice list. I think it&#039;s better to state that you are referring to C# 3.0.

Additional note for #5: if you simply want to check if obj is SomeClass, then you can use if (obj is SomeClass), or if (!(obj is SomeClass)) for false check.

#6: Also did not know about this.</description>
		<content:encoded><![CDATA[<p>Nice list. I think it&#8217;s better to state that you are referring to C# 3.0.</p>
<p>Additional note for #5: if you simply want to check if obj is SomeClass, then you can use if (obj is SomeClass), or if (!(obj is SomeClass)) for false check.</p>
<p>#6: Also did not know about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zproxy</title>
		<link>http://www.devtheweb.net/blog/2010/02/25/things-you-probably-didnt-know-about-csharp/#comment-107</link>
		<dc:creator>zproxy</dc:creator>
		<pubDate>Sat, 27 Feb 2010 11:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtheweb.net/blog/?p=1077#comment-107</guid>
		<description>Did not know about #6</description>
		<content:encoded><![CDATA[<p>Did not know about #6</p>
]]></content:encoded>
	</item>
</channel>
</rss>

