<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ExtensionMethod.NET</title>
    <link>http://www.extensionmethod.net/</link>
    <description>Last 25 submitted Extension Methods</description>
    <language>en-us</language>
    <atom:link href="http://www.extensionmethod.net/Rss.aspx" rel="self" type="application/rss+xml" />
    <item>
      <title><![CDATA[HasValueAndEquals]]></title>
      <dc:creator>MatteoSp</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=137</link>
      <pubDate>Wed, 01 Oct 2008 22:49:59 +0100</pubDate>
      <category>System.Nullable&amp;lt;T&amp;gt;</category>
      <description>Substitutes this:

int? index = GetIndex();
if (index.HasValue &amp;amp;&amp;amp; index.Value == 10) ...</description>
      <guid isPermaLink="false">4c237329-7c75-4456-87c9-742fbd84731d</guid>
    </item>
    <item>
      <title><![CDATA[TryDispose]]></title>
      <dc:creator>MatteoSp</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=136</link>
      <pubDate>Wed, 01 Oct 2008 22:42:14 +0100</pubDate>
      <category>System.Object</category>
      <description>Dispose an object if it implement IDisposable. Especially useful when working with interfaces and object factories, and IDisposable may or may not found on concrete class.</description>
      <guid isPermaLink="false">cd80c4b5-ba78-4084-a15d-335f35c47e8a</guid>
    </item>
    <item>
      <title><![CDATA[ContainsNoSpaces]]></title>
      <dc:creator>R. van Duren</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=135</link>
      <pubDate>Thu, 04 Sep 2008 13:23:10 +0100</pubDate>
      <category>System.String</category>
      <description>Checks if a string contains no spaces</description>
      <guid isPermaLink="false">bdd1a288-5c0e-4680-a1b5-eb9790faa1aa</guid>
    </item>
    <item>
      <title><![CDATA[EqualsByContent]]></title>
      <dc:creator>Jonas Butt</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=134</link>
      <pubDate>Sun, 24 Aug 2008 01:26:10 +0100</pubDate>
      <category>System.Data.DataTable</category>
      <description>Checks if two DataTable objects have the same content.</description>
      <guid isPermaLink="false">ad512329-c635-4419-85e7-2db1839c1140</guid>
    </item>
    <item>
      <title><![CDATA[ContainsAny]]></title>
      <dc:creator>Jonas Butt</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=133</link>
      <pubDate>Sun, 24 Aug 2008 01:10:27 +0100</pubDate>
      <category>System.String</category>
      <description>Checks if a given string contains any of the characters in the passed array of characters.</description>
      <guid isPermaLink="false">3e3d9f44-377e-4bcf-800c-21c949d454bf</guid>
    </item>
    <item>
      <title><![CDATA[ToPlural]]></title>
      <dc:creator>Marco de Brouwer</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=131</link>
      <pubDate>Fri, 11 Jul 2008 08:34:23 +0100</pubDate>
      <category>System.String</category>
      <description>Returns the plural of a word.</description>
      <guid isPermaLink="false">0792a8cf-64cf-49b7-85ab-af3ba688e690</guid>
    </item>
    <item>
      <title><![CDATA[IsLeapYear]]></title>
      <dc:creator>Brendan Enrick</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=130</link>
      <pubDate>Thu, 03 Jul 2008 19:20:00 +0100</pubDate>
      <category>System.DateTime</category>
      <description>Returns whether or not a DateTime is during a leap year.</description>
      <guid isPermaLink="false">a515139b-5da8-4fb8-a094-e32694ca8c90</guid>
    </item>
    <item>
      <title><![CDATA[FindControlR]]></title>
      <dc:creator>Brendan Enrick</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=129</link>
      <pubDate>Thu, 03 Jul 2008 19:06:03 +0100</pubDate>
      <category>System.Web.UI.Control</category>
      <description>Recursive find control method used for finding controls within templates.</description>
      <guid isPermaLink="false">6d274c7c-45e0-451b-af45-e3818c4805b9</guid>
    </item>
    <item>
      <title><![CDATA[convert Internet dot address to network address ]]></title>
      <dc:creator>DotNerd</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=128</link>
      <pubDate>Wed, 18 Jun 2008 15:38:09 +0100</pubDate>
      <category>System.Net</category>
      <description>Csharp equivalent of  Linux / Unix Command: inet_aton.   The inet_aton() extension method converts the specified ipaddress, in the Internet standard dot notation, to a network address.</description>
      <guid isPermaLink="false">5afde567-e5c4-4ee8-a2f2-03efef6a1094</guid>
    </item>
    <item>
      <title><![CDATA[ConvertTo<T>]]></title>
      <dc:creator>Brandon Siegel</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=127</link>
      <pubDate>Tue, 03 Jun 2008 23:06:18 +0100</pubDate>
      <category>System.Array</category>
      <description>Converts an Array of arbitrary type to an array of type T. If a suitable converter cannot be found to do the conversion, a NotSupportedException is thrown.</description>
      <guid isPermaLink="false">c07e2296-1622-4f8f-868d-24dcef6ad5e0</guid>
    </item>
    <item>
      <title><![CDATA[Strip]]></title>
      <dc:creator>Earljon Hidalgo</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=126</link>
      <pubDate>Fri, 16 May 2008 16:30:02 +0100</pubDate>
      <category>System.String</category>
      <description>Strips unwanted characters on the specified string.</description>
      <guid isPermaLink="false">284a4f68-e141-42f1-b98e-ed63a0046e59</guid>
    </item>
    <item>
      <title><![CDATA[Limit<>]]></title>
      <dc:creator>Rainer Hilmer</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=125</link>
      <pubDate>Sun, 11 May 2008 18:37:14 +0100</pubDate>
      <category>System.IComparable&amp;lt;T&amp;gt;</category>
      <description>Limits a value to a maximum. For example this is usefull if you want to feed a progressBar with values from a source which eventually might exceed an expected maximum.
This is a generic extension method with IComparable&amp;lt;T&amp;gt; constraint. So every type which implements the IComparable interface benefits from this extension.</description>
      <guid isPermaLink="false">2c69af29-5409-4f4c-8c1d-224fe164e470</guid>
    </item>
    <item>
      <title><![CDATA[OrderBy(string sortExpression)]]></title>
      <dc:creator>C.F.Meijers</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=124</link>
      <pubDate>Fri, 25 Apr 2008 11:45:04 +0100</pubDate>
      <category>System.Collections.Generic.IEnumerable&amp;lt;T&amp;gt;</category>
      <description>Orders a list based on a sortexpression. Useful in object databinding scenarios where the objectdatasource generates a dynamic sortexpression (example: &amp;quot;Name desc&amp;quot;) that specifies the property of the object sort on.</description>
      <guid isPermaLink="false">9b65f17d-c390-4e30-a231-fd2f5adaa158</guid>
    </item>
    <item>
      <title><![CDATA[Truncate]]></title>
      <dc:creator>Earljon Hidalgo</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=123</link>
      <pubDate>Wed, 23 Apr 2008 19:11:49 +0100</pubDate>
      <category>System.String</category>
      <description>Truncate the specified string based on the given length. Replaces the truncated data to &amp;quot;...&amp;quot;</description>
      <guid isPermaLink="false">6a2d06de-45ee-4979-b3bd-c3f68f344f01</guid>
    </item>
    <item>
      <title><![CDATA[GetDisplayName()]]></title>
      <dc:creator>Jeroen de Zeeuw</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=122</link>
      <pubDate>Wed, 23 Apr 2008 16:08:15 +0100</pubDate>
      <category>System.Type</category>
      <description>Converts the pascal-cased Name property of a type to a displayable name.</description>
      <guid isPermaLink="false">a81f277e-85f9-43a1-b112-705b09d67b3d</guid>
    </item>
    <item>
      <title><![CDATA[HttpUtility Helpers]]></title>
      <dc:creator>Earljon Hidalgo</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=121</link>
      <pubDate>Wed, 23 Apr 2008 11:11:20 +0100</pubDate>
      <category>System.String</category>
      <description>Make easily accessible some functions available in HttpUtility into an Extension.</description>
      <guid isPermaLink="false">2fd6c6b3-71e9-4e9d-91e6-2ccd71ca518d</guid>
    </item>
    <item>
      <title><![CDATA[IsNumeric]]></title>
      <dc:creator></dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=120</link>
      <pubDate>Tue, 22 Apr 2008 15:57:04 +0100</pubDate>
      <category>System.String</category>
      <description>Checks if a string value is numeric</description>
      <guid isPermaLink="false">90d41546-c54c-453f-bd9d-d6fdbdc61eb5</guid>
    </item>
    <item>
      <title><![CDATA[WordCount]]></title>
      <dc:creator>Earljon Hidalgo</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=118</link>
      <pubDate>Mon, 21 Apr 2008 05:23:02 +0100</pubDate>
      <category>System.Int32</category>
      <description>Count all words in a given string. Excludes whitespaces, tabs and line breaks.</description>
      <guid isPermaLink="false">e34b4989-c2c0-46af-96c0-b897140238c6</guid>
    </item>
    <item>
      <title><![CDATA[Email]]></title>
      <dc:creator>Sean Dorsett</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=117</link>
      <pubDate>Tue, 15 Apr 2008 20:59:10 +0100</pubDate>
      <category>System.String</category>
      <description>Send an email using the supplied string.</description>
      <guid isPermaLink="false">80333e6a-7417-4036-a831-afd3b32e8aab</guid>
    </item>
    <item>
      <title><![CDATA[IsMobileValid]]></title>
      <dc:creator>Earljon Hidalgo</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=116</link>
      <pubDate>Thu, 10 Apr 2008 15:24:05 +0100</pubDate>
      <category>System.Boolean</category>
      <description>For Philippine mobile code but can also be adjusted based on your mobile network code. Check if the given number is a valid formatted international number.</description>
      <guid isPermaLink="false">3acfb3b8-d51b-4ea6-be1d-f2d6178202b7</guid>
    </item>
    <item>
      <title><![CDATA[AddRange<T>()]]></title>
      <dc:creator>Fons Sonnemans</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=115</link>
      <pubDate>Tue, 01 Apr 2008 21:28:29 +0100</pubDate>
      <category>System.Collections.ObjectModel.ObservableCollection&amp;lt;T&amp;gt;</category>
      <description>I have created this AddRange&amp;lt;T&amp;gt;() method on ObservableCollection&amp;lt;T&amp;gt; because the LINQ Concat() method didn't trigger the CollectionChanged event. This method does.</description>
      <guid isPermaLink="false">8ef5b462-1b7d-4710-a16e-d75df6dcb7d6</guid>
    </item>
    <item>
      <title><![CDATA[ToNullableString()]]></title>
      <dc:creator>Chris Rock</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=114</link>
      <pubDate>Mon, 31 Mar 2008 18:27:52 +0100</pubDate>
      <category>System.Nullable&amp;lt;T&amp;gt;</category>
      <description>Calling Value.ToString on a System.Nullable&amp;lt;T&amp;gt; type where the value is null will result in an &amp;quot;Nullable object must have a value.&amp;quot; exception being thrown. This extension method can be used in place of .ToString to prevent this exception from occurring.


</description>
      <guid isPermaLink="false">0b6bc41e-c090-4316-9b3f-adbb03764bd4</guid>
    </item>
    <item>
      <title><![CDATA[ToNullableString()]]></title>
      <dc:creator>Chris Rock</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=113</link>
      <pubDate>Mon, 31 Mar 2008 18:23:54 +0100</pubDate>
      <category>System.Nullable&amp;lt;T&amp;gt;</category>
      <description>Calling Value.ToString on a Nullable(Of T) type where the value is null will result in an &amp;quot;Nullable object must have a value.&amp;quot; exception being thrown. This extension method can be used in place of .ToString to prevent this exception from occurring.</description>
      <guid isPermaLink="false">00e034ab-a504-4679-b95a-215969fe06a8</guid>
    </item>
    <item>
      <title><![CDATA[FirstDayOfMonth / LastDayOfMonth]]></title>
      <dc:creator>Earljon Hidalgo</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=112</link>
      <pubDate>Sun, 30 Mar 2008 08:57:51 +0100</pubDate>
      <category>System.String</category>
      <description>Simple way to Get the first and last day of the specified date.</description>
      <guid isPermaLink="false">2a6e120c-2f17-4408-8a51-8de21c245f67</guid>
    </item>
    <item>
      <title><![CDATA[IsNull]]></title>
      <dc:creator></dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=111</link>
      <pubDate>Fri, 28 Mar 2008 19:04:00 +0100</pubDate>
      <category>System.Object</category>
      <description>check value is null</description>
      <guid isPermaLink="false">df373126-d290-410a-bcce-ed7cb1c639f9</guid>
    </item>
  </channel>
</rss>