<?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/"
		>
<channel>
	<title>Comments on: Sorting items in a generic List&lt;T&gt;</title>
	<atom:link href="http://blog.net-tutorials.com/2008/10/27/sorting-items-in-a-generic-listt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.net-tutorials.com/2008/10/27/sorting-items-in-a-generic-listt/</link>
	<description>On everything .NET</description>
	<lastBuildDate>Wed, 06 Jan 2010 08:55:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ron L.</title>
		<link>http://blog.net-tutorials.com/2008/10/27/sorting-items-in-a-generic-listt/comment-page-1/#comment-736</link>
		<dc:creator>Ron L.</dc:creator>
		<pubDate>Tue, 10 Feb 2009 20:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.net-tutorials.com/2008/10/27/sorting-items-in-a-generic-listt/#comment-736</guid>
		<description>Great article, Very clear and concise as compared to many others I&#039;ve read.  Thank you.

I started writing on here to ask you a question bcz I thought I could not get this to work, but turns out I DID!  THANKS, THIS IS GREAT!

My only other question, is my &quot;Person&quot; object is an interface, instead of a class.  So, I could not use the first method of applying the IComparable to the class/interface?  I guess the delegate method is the only way to do this?  

I found someone wrote a generic, delegate sort class.  I guess that might work so that you don&#039;t have to rewrite all over again?

THANKS AGAIN, I AM STOKED!   -Ron</description>
		<content:encoded><![CDATA[<p>Great article, Very clear and concise as compared to many others I&#8217;ve read.  Thank you.</p>
<p>I started writing on here to ask you a question bcz I thought I could not get this to work, but turns out I DID!  THANKS, THIS IS GREAT!</p>
<p>My only other question, is my &#8220;Person&#8221; object is an interface, instead of a class.  So, I could not use the first method of applying the IComparable to the class/interface?  I guess the delegate method is the only way to do this?  </p>
<p>I found someone wrote a generic, delegate sort class.  I guess that might work so that you don&#8217;t have to rewrite all over again?</p>
<p>THANKS AGAIN, I AM STOKED!   -Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rita</title>
		<link>http://blog.net-tutorials.com/2008/10/27/sorting-items-in-a-generic-listt/comment-page-1/#comment-434</link>
		<dc:creator>Rita</dc:creator>
		<pubDate>Thu, 27 Nov 2008 18:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.net-tutorials.com/2008/10/27/sorting-items-in-a-generic-listt/#comment-434</guid>
		<description>Hi,
Thanks for this article. I found it very useful. As a beginner to generics, I found it a bit advanced. But yes, I did go through other articles before I went through this.

http://www.kanbal.com/index.php?/Net-Frame-Work/generics-in-net-20.html[^][^]

The above can be used if you are a begineer like me. Once you read the above, this article would be cake walk. Ofcourse this article would give a completeness to the understanding of generics.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for this article. I found it very useful. As a beginner to generics, I found it a bit advanced. But yes, I did go through other articles before I went through this.</p>
<p><a href="http://www.kanbal.com/index.php?/Net-Frame-Work/generics-in-net-20.html" rel="nofollow">http://www.kanbal.com/index.php?/Net-Frame-Work/generics-in-net-20.html</a>^][^]</p>
<p>The above can be used if you are a begineer like me. Once you read the above, this article would be cake walk. Ofcourse this article would give a completeness to the understanding of generics.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
