<?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: DevelopingForDotNet.Extensions</title>
	<atom:link href="http://developingfor.net/free-code/developingfordotnetextensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://developingfor.net</link>
	<description>a developer&#039;s journal</description>
	<lastBuildDate>Fri, 20 Jan 2012 10:03:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: tim</title>
		<link>http://developingfor.net/free-code/developingfordotnetextensions/#comment-18</link>
		<dc:creator><![CDATA[tim]]></dc:creator>
		<pubDate>Thu, 22 Jul 2010 08:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/free-code/developingfordotnetextensions#comment-18</guid>
		<description><![CDATA[PS. same goes for regex&#039;s.. they can slow you down. if its simple enough for a switch/case, use it over Regex.]]></description>
		<content:encoded><![CDATA[<p>PS. same goes for regex&#8217;s.. they can slow you down. if its simple enough for a switch/case, use it over Regex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://developingfor.net/free-code/developingfordotnetextensions/#comment-17</link>
		<dc:creator><![CDATA[tim]]></dc:creator>
		<pubDate>Thu, 22 Jul 2010 07:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/free-code/developingfordotnetextensions#comment-17</guid>
		<description><![CDATA[string StripCharacters(string) would be a 100x faster with just a switch/case statement (instead of using LINQ). Its easy enough to make the mod.
Thanks for the post!]]></description>
		<content:encoded><![CDATA[<p>string StripCharacters(string) would be a 100x faster with just a switch/case statement (instead of using LINQ). Its easy enough to make the mod.<br />
Thanks for the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://developingfor.net/free-code/developingfordotnetextensions/#comment-16</link>
		<dc:creator><![CDATA[Ted]]></dc:creator>
		<pubDate>Sat, 20 Mar 2010 16:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/free-code/developingfordotnetextensions#comment-16</guid>
		<description><![CDATA[Hi!
I think about your site that is good for me.
Thank you.]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
I think about your site that is good for me.<br />
Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

