<?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>.NET.Refactor() &#187; S.O.L.I.D.</title>
	<atom:link href="http://www.jasonheine.com/beyond/index.php/category/solid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonheine.com/beyond</link>
	<description>Taking over the world, one byte at a time.</description>
	<lastBuildDate>Mon, 24 May 2010 21:25:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dynamic Sorting on a Generic List</title>
		<link>http://www.jasonheine.com/beyond/index.php/dynamic-sorting-on-a-generic-list/</link>
		<comments>http://www.jasonheine.com/beyond/index.php/dynamic-sorting-on-a-generic-list/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 14:58:56 +0000</pubDate>
		<dc:creator>Jason Heine</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[S.O.L.I.D.]]></category>

		<guid isPermaLink="false">http://www.jasonheine.com/beyond/index.php/dynamic-sorting-on-a-generic-list/</guid>
		<description><![CDATA[The other day I had come across a problem. I needed to be able to sort one of my generic lists by several different properties. Let us take the following code: class Program { static void Main(string[] args) { var myList = new List&#60;MyObject&#62; { new MyObject{SortId = &#34;D&#34;}, new MyObject{SortId = &#34;B&#34;}, new MyObject{SortId [...]]]></description>
		<wfw:commentRss>http://www.jasonheine.com/beyond/index.php/dynamic-sorting-on-a-generic-list/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
