<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bob On Development &#187; C#</title>
	<atom:link href="http://bobondevelopment.com/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobondevelopment.com</link>
	<description>Musings on the craft and business of software development</description>
	<lastBuildDate>Fri, 09 Apr 2010 20:32:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working with Large ADO.NET DataSets</title>
		<link>http://bobondevelopment.com/2007/10/23/working-with-large-adonet-datasets/</link>
		<comments>http://bobondevelopment.com/2007/10/23/working-with-large-adonet-datasets/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 19:33:47 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/10/23/working-with-large-adonet-datasets/</guid>
		<description><![CDATA[Solving pesky "Out of Memory" errors involving large DataSets getting heavy string processing.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/10/23/working-with-large-adonet-datasets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Microsoft Stretching Its Abstractions Too Far?</title>
		<link>http://bobondevelopment.com/2007/09/27/is-microsoft-stretching-its-abstractions-too-far/</link>
		<comments>http://bobondevelopment.com/2007/09/27/is-microsoft-stretching-its-abstractions-too-far/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 01:30:14 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/09/27/is-microsoft-stretching-its-abstractions-too-far/</guid>
		<description><![CDATA[Microsoft is dreaming big for future .NET developer toolsets.  Maybe too big.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/09/27/is-microsoft-stretching-its-abstractions-too-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waste Not Thy Variables, Neither Needlessly Multiply Them</title>
		<link>http://bobondevelopment.com/2007/09/09/waste-not-thy-variables-neither-needlessly-multiply-them/</link>
		<comments>http://bobondevelopment.com/2007/09/09/waste-not-thy-variables-neither-needlessly-multiply-them/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 01:23:52 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/09/09/waste-not-thy-variables-neither-needlessly-multiply-them/</guid>
		<description><![CDATA[Use variables purposefully, not spastically.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/09/09/waste-not-thy-variables-neither-needlessly-multiply-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is C# Putting On Weight?</title>
		<link>http://bobondevelopment.com/2007/07/07/is-c-putting-on-weight/</link>
		<comments>http://bobondevelopment.com/2007/07/07/is-c-putting-on-weight/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 23:07:55 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/07/07/is-c-putting-on-weight/</guid>
		<description><![CDATA[C# is "growing up" and getting serious functional programming chops.  Is it a thing of beauty, or the beginnings of corpulence?  You be the judge.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/07/07/is-c-putting-on-weight/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Three Ways to Clear a StringBuilder</title>
		<link>http://bobondevelopment.com/2007/06/11/three-ways-to-clear-a-stringbuilder/</link>
		<comments>http://bobondevelopment.com/2007/06/11/three-ways-to-clear-a-stringbuilder/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 12:58:24 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/06/11/three-ways-to-clear-a-stringbuilder/</guid>
		<description><![CDATA[Three ways to clear a StringBuilder's buffer for re-use.  One is much more efficient than the others.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/06/11/three-ways-to-clear-a-stringbuilder/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Speed Up String Processing with StringComparison.Ordinal</title>
		<link>http://bobondevelopment.com/2007/06/03/speed-up-string-processing-with-stringcomparisonordinal/</link>
		<comments>http://bobondevelopment.com/2007/06/03/speed-up-string-processing-with-stringcomparisonordinal/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 22:49:01 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/06/03/speed-up-string-processing-with-stringcomparisonordinal/</guid>
		<description><![CDATA[When you have to do a lot of string comparisons, there are some clear and easy performance wins available in CLR 2.0 and later that you may have overlooked.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/06/03/speed-up-string-processing-with-stringcomparisonordinal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Making C# Look Like Ruby is NOT &#8220;the Tits&#8221;</title>
		<link>http://bobondevelopment.com/2007/05/24/why-making-c-look-like-ruby-is-not-the-tits/</link>
		<comments>http://bobondevelopment.com/2007/05/24/why-making-c-look-like-ruby-is-not-the-tits/#comments</comments>
		<pubDate>Fri, 25 May 2007 04:39:47 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/05/24/why-making-c-look-like-ruby-is-not-the-tits/</guid>
		<description><![CDATA[Let's not try to make C# into Ruby.  If you want Ruby, use Ruby!]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/05/24/why-making-c-look-like-ruby-is-not-the-tits/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Optimize Memory Consumption Using String Interning</title>
		<link>http://bobondevelopment.com/2007/05/19/optimize-memory-consumption-using-string-interning/</link>
		<comments>http://bobondevelopment.com/2007/05/19/optimize-memory-consumption-using-string-interning/#comments</comments>
		<pubDate>Sat, 19 May 2007 22:39:53 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/05/19/optimize-memory-consumption-using-string-interning/</guid>
		<description><![CDATA[A somewhat obscure but simple technique can save tons of memory on those infrequent occasions when you need to load a lot of string data.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/05/19/optimize-memory-consumption-using-string-interning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VB.NET vs C#: Auto Compilation and Case Sensitivity</title>
		<link>http://bobondevelopment.com/2007/05/15/vbnet-vs-c-auto-compilation-and-case-sensitivity/</link>
		<comments>http://bobondevelopment.com/2007/05/15/vbnet-vs-c-auto-compilation-and-case-sensitivity/#comments</comments>
		<pubDate>Tue, 15 May 2007 13:15:16 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/05/15/vbnet-vs-c-auto-compilation-and-case-sensitivity/</guid>
		<description><![CDATA[Don't be afraid, VB partisans.  C# is inevitable.  Resistance is futile.  I'm joking.  Really.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/05/15/vbnet-vs-c-auto-compilation-and-case-sensitivity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blurring the Lines: C# Extension Methods</title>
		<link>http://bobondevelopment.com/2007/04/05/blurring-the-lines-c-extension-methods/</link>
		<comments>http://bobondevelopment.com/2007/04/05/blurring-the-lines-c-extension-methods/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 20:51:20 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Languages]]></category>

		<guid isPermaLink="false">http://bobondevelopment.com/2007/04/05/blurring-the-lines-c-extension-methods/</guid>
		<description><![CDATA[Here's another reason why any debates about static vs dynamic languages, prototype vs inheratance based OOP, and so on, are getting increasingly irrelevant.]]></description>
		<wfw:commentRss>http://bobondevelopment.com/2007/04/05/blurring-the-lines-c-extension-methods/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
