<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>dynamite Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/dynamite/Wiki/View.aspx?title=Home</link><description>dynamite Wiki Rss Description</description><item><title>Updated Wiki: Documentation</title><link>http://dynamite.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;See the following Code Project article for a description on how to use Dynamite to sort:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.codeproject.com/script/Articles/Article.aspx?aid=29660"&gt;Dynamite: High Performace Dynamic Sorting Using Expressions&lt;/a&gt; &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>henjon</author><pubDate>Thu, 12 Jul 2012 19:37:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120712073756P</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamite.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;News&lt;/b&gt;&lt;br /&gt;You can now easily download the Dynamite package via NuGet by following this link:&lt;br /&gt;&lt;a href="http://dynamite.codeplex.com/wikipage?title=https%3a%2f%2fnuget.org%2fpackages%2fDynamite&amp;referringTitle=Home"&gt;https&amp;#58;&amp;#47;&amp;#47;nuget.org&amp;#47;packages&amp;#47;Dynamite&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Easy-to-use and high performance dynamic sorting library supporting SQL-like syntax and complex&amp;#47;nested expressions, that uses  System.Linq.Expression to dynamically build fast comparers.  &lt;br /&gt;&lt;br /&gt;With this library you can sort a List&amp;lt;T&amp;gt; using a textual sort expression:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
List&amp;lt;Person&amp;gt; person;

person.Sort(&amp;quot;Name.Length, BirthDate DESCENDING&amp;quot;);
&lt;/pre&gt;&lt;br /&gt;You can also use LINQ style OrderBy like this:&lt;br /&gt;&lt;pre&gt;
// Print names ordered by year of birth (and then by Name).
foreach( Person p in persons.OrderBy(&amp;quot;BirthDate.Year, Name&amp;quot;)
{
   Console.WriteLine(p.Name);
}
&lt;/pre&gt;&lt;br /&gt;Dynamite uses the System.Linq.Expression namespace to build and compile fast running comparer. Please read more about this library in the article below.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;References&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.codeproject.com/script/Articles/Article.aspx?aid=29660"&gt;Dynamite: High Performace Dynamic Sorting Using Expressions&lt;/a&gt; Article describing usage and design of Dynamite library.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>henjon</author><pubDate>Thu, 12 Jul 2012 09:29:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120712092930A</guid></item><item><title>Updated Wiki: Home</title><link>http://dynamite.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;News&lt;/b&gt;&lt;br /&gt;You can now easily download the Dynamite package via NuGet by following this link:&lt;br /&gt;https://nuget.org/packages/Dynamite &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Easy-to-use and high performance dynamic sorting library supporting SQL-like syntax and complex&amp;#47;nested expressions, that uses  System.Linq.Expression to dynamically build fast comparers.  &lt;br /&gt;&lt;br /&gt;With this library you can sort a List&amp;lt;T&amp;gt; using a textual sort expression:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
List&amp;lt;Person&amp;gt; person;

person.Sort(&amp;quot;Name.Length, BirthDate DESCENDING&amp;quot;);
&lt;/pre&gt;&lt;br /&gt;You can also use LINQ style OrderBy like this:&lt;br /&gt;&lt;pre&gt;
// Print names ordered by year of birth (and then by Name).
foreach( Person p in persons.OrderBy(&amp;quot;BirthDate.Year, Name&amp;quot;)
{
   Console.WriteLine(p.Name);
}
&lt;/pre&gt;&lt;br /&gt;Dynamite uses the System.Linq.Expression namespace to build and compile fast running comparer. Please read more about this library in the article below.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;References&lt;/b&gt;
&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.codeproject.com/script/Articles/Article.aspx?aid=29660"&gt;Dynamite: High Performace Dynamic Sorting Using Expressions&lt;/a&gt; Article describing usage and design of Dynamite library.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>henjon</author><pubDate>Thu, 12 Jul 2012 09:28:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120712092832A</guid></item></channel></rss>