<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The ”as” operator in C#</title>
	<atom:link href="http://microserf.wordpress.com/2007/12/04/the-%e2%80%9das%e2%80%9d-operator-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://microserf.wordpress.com/2007/12/04/the-%e2%80%9das%e2%80%9d-operator-in-c/</link>
	<description>A humble student of the art of software development</description>
	<lastBuildDate>Sat, 19 Dec 2009 23:57:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrik Löwendahl</title>
		<link>http://microserf.wordpress.com/2007/12/04/the-%e2%80%9das%e2%80%9d-operator-in-c/#comment-1256</link>
		<dc:creator>Patrik Löwendahl</dc:creator>
		<pubDate>Wed, 12 Mar 2008 19:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://microserf.wordpress.com/2007/12/04/the-%e2%80%9das%e2%80%9d-operator-in-c/#comment-1256</guid>
		<description>I use it all the time :) I almost never do an explicit cast, I think it&#039;s much uglier then as.</description>
		<content:encoded><![CDATA[<p>I use it all the time :) I almost never do an explicit cast, I think it&#8217;s much uglier then as.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwiksand</title>
		<link>http://microserf.wordpress.com/2007/12/04/the-%e2%80%9das%e2%80%9d-operator-in-c/#comment-1134</link>
		<dc:creator>kwiksand</dc:creator>
		<pubDate>Tue, 04 Dec 2007 15:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://microserf.wordpress.com/2007/12/04/the-%e2%80%9das%e2%80%9d-operator-in-c/#comment-1134</guid>
		<description>I made the mistake of thinking it was exactly the same as:

string s = (string)Cache[cacheKey];</description>
		<content:encoded><![CDATA[<p>I made the mistake of thinking it was exactly the same as:</p>
<p>string s = (string)Cache[cacheKey];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ActiveEngine Sensei</title>
		<link>http://microserf.wordpress.com/2007/12/04/the-%e2%80%9das%e2%80%9d-operator-in-c/#comment-1132</link>
		<dc:creator>ActiveEngine Sensei</dc:creator>
		<pubDate>Tue, 04 Dec 2007 11:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://microserf.wordpress.com/2007/12/04/the-%e2%80%9das%e2%80%9d-operator-in-c/#comment-1132</guid>
		<description>Miguel Castro used the &quot;as&quot; operator in his code for a DNR TV screencast.  But you&#039;re right, this is not often used.

Here&#039;s the link if you&#039;re interested:

http://www.dnrtv.com/default.aspx?showNum=69</description>
		<content:encoded><![CDATA[<p>Miguel Castro used the &#8220;as&#8221; operator in his code for a DNR TV screencast.  But you&#8217;re right, this is not often used.</p>
<p>Here&#8217;s the link if you&#8217;re interested:</p>
<p><a href="http://www.dnrtv.com/default.aspx?showNum=69" rel="nofollow">http://www.dnrtv.com/default.aspx?showNum=69</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
