<?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: Dynamic Sort With LINQ</title>
	<atom:link href="http://www.onedotnetway.com/dynamic-sort-with-linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onedotnetway.com/dynamic-sort-with-linq/</link>
	<description>Everything .Net</description>
	<lastBuildDate>Fri, 26 Feb 2010 15:39:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tos</title>
		<link>http://www.onedotnetway.com/dynamic-sort-with-linq/comment-page-1/#comment-13548</link>
		<dc:creator>Tos</dc:creator>
		<pubDate>Wed, 16 Dec 2009 15:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/dynamic-sort-with-linq/#comment-13548</guid>
		<description>Hello,

Great article!! I&#039;m glad I found this...

Now I just would like to know how to modify your Sort() function to obtain something like this dynamically (sorting multiple members, ascending or descending):

var collection =
    from c in cities
    orderby c.Name, c.Country descending
    select c;

Thank you so much! Cheers</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Great article!! I&#8217;m glad I found this&#8230;</p>
<p>Now I just would like to know how to modify your Sort() function to obtain something like this dynamically (sorting multiple members, ascending or descending):</p>
<p>var collection =<br />
    from c in cities<br />
    orderby c.Name, c.Country descending<br />
    select c;</p>
<p>Thank you so much! Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.onedotnetway.com/dynamic-sort-with-linq/comment-page-1/#comment-8431</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Thu, 20 Aug 2009 07:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/dynamic-sort-with-linq/#comment-8431</guid>
		<description>Bablo,

I hope that article was of help to you.</description>
		<content:encoded><![CDATA[<p>Bablo,</p>
<p>I hope that article was of help to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bablo</title>
		<link>http://www.onedotnetway.com/dynamic-sort-with-linq/comment-page-1/#comment-8416</link>
		<dc:creator>Bablo</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/dynamic-sort-with-linq/#comment-8416</guid>
		<description>God Bless You!!!</description>
		<content:encoded><![CDATA[<p>God Bless You!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dynamic Sort With LINQ To SQL &#124; One .Net Way</title>
		<link>http://www.onedotnetway.com/dynamic-sort-with-linq/comment-page-1/#comment-453</link>
		<dc:creator>Dynamic Sort With LINQ To SQL &#124; One .Net Way</dc:creator>
		<pubDate>Wed, 19 Nov 2008 11:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/dynamic-sort-with-linq/#comment-453</guid>
		<description>[...] ago I wrote a post showing how to do dynamic sort with LINQ. That approach worked well with LINQ To Objects. Today I spotted a question on the forums where [...]</description>
		<content:encoded><![CDATA[<p>[...] ago I wrote a post showing how to do dynamic sort with LINQ. That approach worked well with LINQ To Objects. Today I spotted a question on the forums where [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LINQ Master</title>
		<link>http://www.onedotnetway.com/dynamic-sort-with-linq/comment-page-1/#comment-9</link>
		<dc:creator>LINQ Master</dc:creator>
		<pubDate>Mon, 04 Aug 2008 17:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.onedotnetway.com/dynamic-sort-with-linq/#comment-9</guid>
		<description>Good article. If you want to randomly sort the array, you can try:
http://blog.linqexchange.com/post/2008/07/How-to-Generate-a-Random-Sequence-with-LINQ.aspx</description>
		<content:encoded><![CDATA[<p>Good article. If you want to randomly sort the array, you can try:<br />
<a href="http://blog.linqexchange.com/post/2008/07/How-to-Generate-a-Random-Sequence-with-LINQ.aspx" rel="nofollow">http://blog.linqexchange.com/post/2008/07/How-to-Generate-a-Random-Sequence-with-LINQ.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
