<?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>dispo.se &#187; C#</title>
	<atom:link href="http://dispo.se/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispo.se</link>
	<description>This is not my blog</description>
	<lastBuildDate>Thu, 03 Dec 2009 15:07:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C#: Implementing IComparer for FileInfo objects (for binary searching and sorting)</title>
		<link>http://dispo.se/2008/12/16/c-implementing-icomparer-for-fileinfo-objects-for-binary-searching-and-sorting/</link>
		<comments>http://dispo.se/2008/12/16/c-implementing-icomparer-for-fileinfo-objects-for-binary-searching-and-sorting/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 16:04:25 +0000</pubDate>
		<dc:creator>janpjens</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://dispo.se/?p=43</guid>
		<description><![CDATA[While coding a thingie in C# that will optimize Acrobat Reader automatically I came across the need for interal overriding. More specifically I wanted to do a List.BinarySearch and my List was filled with FileInfo objects. Since one can compare files (for sorting and searching) in so many ways, you&#8217;re left on your own to [...]]]></description>
		<wfw:commentRss>http://dispo.se/2008/12/16/c-implementing-icomparer-for-fileinfo-objects-for-binary-searching-and-sorting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
