<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Extension Method.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[AddLeftIfDoesntExist]]></title>
      <dc:creator>Blake Pell</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=313</link>
      <pubDate>Tue, 27 Jul 2010 21:38:46 +0200</pubDate>
      <category>System.String</category>
      <description>Adds a value onto the beginning of a string if it does not already exist there.</description>
      <guid isPermaLink="false">9fb161f6-4417-4dd1-a4fd-67425c6210e6</guid>
    </item>
    <item>
      <title><![CDATA[AddRightIfDoesntExist]]></title>
      <dc:creator>Blake Pell</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=312</link>
      <pubDate>Tue, 27 Jul 2010 21:36:56 +0200</pubDate>
      <category>System.String</category>
      <description>Adds a value onto the end of the string if it does not already exist there.</description>
      <guid isPermaLink="false">3bbf01b6-6740-45d6-9b01-269fc5eca630</guid>
    </item>
    <item>
      <title><![CDATA[FindControlByType]]></title>
      <dc:creator>Ryan Helms</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=311</link>
      <pubDate>Sun, 18 Jul 2010 00:08:29 +0200</pubDate>
      <category>System.Control</category>
      <description>Used in conjunction with GetChildren(), it will return a T from a list of children of a control. If you are looking to return a list of T, use FindControlsByType() at http://www.extensionmethod.net/Details.aspx?ID=310

Get Children is located at:
http://www.extensionmethod.net/Details.aspx?ID=309</description>
      <guid isPermaLink="false">a067385e-117d-46a4-9eba-9bc125220f23</guid>
    </item>
    <item>
      <title><![CDATA[FindControlsByType]]></title>
      <dc:creator>Ryan Helms</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=310</link>
      <pubDate>Sun, 18 Jul 2010 00:02:26 +0200</pubDate>
      <category>System.Control</category>
      <description>Used in conjunction with GetChildren(), it will return a list of T from a list of children of a control.

Get Children is located at:
http://www.extensionmethod.net/Details.aspx?ID=309</description>
      <guid isPermaLink="false">2d7cde87-b85a-4598-9345-2ef6899abb5a</guid>
    </item>
    <item>
      <title><![CDATA[GetChildren]]></title>
      <dc:creator>Ryan Helms</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=309</link>
      <pubDate>Sat, 17 Jul 2010 20:04:12 +0200</pubDate>
      <category>System.Control</category>
      <description>This is a recursive function to get all child controls under the target control.</description>
      <guid isPermaLink="false">f408bba5-4d0b-4ca9-90e9-5fb71660dd40</guid>
    </item>
    <item>
      <title><![CDATA[SetLiteralText]]></title>
      <dc:creator>Timmy Kokke</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=308</link>
      <pubDate>Fri, 16 Jul 2010 11:03:21 +0200</pubDate>
      <category>System.Web.UI.WebControls.ListViewItem</category>
      <description>Often you have to set the text of lots of literal when databinding a ListView control in ASP.Net. This method lets you write that in one line.</description>
      <guid isPermaLink="false">a9440e0c-c96e-46f3-b7fd-5c4a3dccfc16</guid>
    </item>
    <item>
      <title><![CDATA[As]]></title>
      <dc:creator>Shimmy Weitzhandler</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=307</link>
      <pubDate>Mon, 12 Jul 2010 12:41:42 +0200</pubDate>
      <category>System.Object</category>
      <description>A wrapper for DirectCast function.</description>
      <guid isPermaLink="false">23c3b687-d719-4502-9c2f-29121efefdc4</guid>
    </item>
    <item>
      <title><![CDATA[Deserialize<T>]]></title>
      <dc:creator>asawyer</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=306</link>
      <pubDate>Thu, 08 Jul 2010 16:12:18 +0200</pubDate>
      <category>System.Xml.Linq.XDocument</category>
      <description>Deserialize an XDocument to a generic type</description>
      <guid isPermaLink="false">02de7f02-fe66-4273-9c5e-aaa4ad744b7c</guid>
    </item>
    <item>
      <title><![CDATA[SerializeToXml]]></title>
      <dc:creator>asawyer</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=305</link>
      <pubDate>Thu, 08 Jul 2010 16:10:17 +0200</pubDate>
      <category>System.Object</category>
      <description>Serializes objects to an xml string.

(Does not provide error handling if the object is not serializable.)</description>
      <guid isPermaLink="false">5579a9c3-a71b-4b56-962b-76652be207b8</guid>
    </item>
    <item>
      <title><![CDATA[IsInterval]]></title>
      <dc:creator>Blake Pell</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=304</link>
      <pubDate>Wed, 07 Jul 2010 21:28:11 +0200</pubDate>
      <category>System.Integer</category>
      <description>Determines if the Integer is of the specified interval.  E.g. if the interval is 100 and the integer is 400, it would return true.  127 would return false.

This function uses the Mod operator, for the above example: (300 Mod 100 = 0)</description>
      <guid isPermaLink="false">5d2d9f64-a9aa-4518-97d4-23119c6cf961</guid>
    </item>
    <item>
      <title><![CDATA[Randomize]]></title>
      <dc:creator>Joe</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=303</link>
      <pubDate>Sat, 03 Jul 2010 04:02:45 +0200</pubDate>
      <category>System.Collections.Generic.IEnumerable&amp;lt;T&amp;gt;</category>
      <description>Randomizes am IEnumerable&amp;lt;T&amp;gt;</description>
      <guid isPermaLink="false">ebe15ec0-8e5e-43b5-968f-243830423a47</guid>
    </item>
    <item>
      <title><![CDATA[ClearControls]]></title>
      <dc:creator>Wallison R Santos</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=302</link>
      <pubDate>Tue, 22 Jun 2010 20:09:57 +0200</pubDate>
      <category>System.Windows.Forms.Form</category>
      <description>clean the controls on a form. Please send suggestions.</description>
      <guid isPermaLink="false">78b5f3fb-62ae-4651-a8d8-a5be1c8a8a9d</guid>
    </item>
    <item>
      <title><![CDATA[RightOf]]></title>
      <dc:creator>Gaston Verelst</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=301</link>
      <pubDate>Mon, 21 Jun 2010 08:20:53 +0200</pubDate>
      <category>System.String</category>
      <description>Return the remainder of a string s after a separator c.</description>
      <guid isPermaLink="false">a0886f47-5729-43e9-8323-e46c250cafae</guid>
    </item>
    <item>
      <title><![CDATA[DeleteWithPrejudice and Purge]]></title>
      <dc:creator>John Simons</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=300</link>
      <pubDate>Thu, 17 Jun 2010 08:10:31 +0200</pubDate>
      <category>System.IO.DirectoryInfo</category>
      <description>These 2 extension method allows you to delete a folder or just purge all the folder content even if there are Readonly, System, and/or Hidden attributes files in it.
The default Delete method doesn't work if there are files with Readonly, System, and/or Hidden attributes.</description>
      <guid isPermaLink="false">08825e2f-476b-487e-916b-ed7ffe260912</guid>
    </item>
    <item>
      <title><![CDATA[GetValue]]></title>
      <dc:creator>john Simons</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=299</link>
      <pubDate>Thu, 17 Jun 2010 08:01:30 +0200</pubDate>
      <category>System.DirectoryServices.SearchResult</category>
      <description>A bunch of extensions that work with SearchResult to retrieve its data.</description>
      <guid isPermaLink="false">7f1bc208-3d22-4770-9edc-2eea6f4249c0</guid>
    </item>
    <item>
      <title><![CDATA[GetValue]]></title>
      <dc:creator>Dave Thieben</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=298</link>
      <pubDate>Wed, 16 Jun 2010 19:31:26 +0200</pubDate>
      <category>System.Xml.XmlNode</category>
      <description>Simply returns the value property from an XmlNode whether it's null or not.  Simplifies using XmlDocuments.</description>
      <guid isPermaLink="false">1f029bf0-8757-48cf-8c51-fe82971e426c</guid>
    </item>
    <item>
      <title><![CDATA[ForEach]]></title>
      <dc:creator>Leandro Boffi</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=297</link>
      <pubDate>Wed, 16 Jun 2010 16:05:34 +0200</pubDate>
      <category>System.Collections.Generic.IEnumerable&amp;lt;T&amp;gt;</category>
      <description>Foreach inline for the IEnumerable&amp;lt;T&amp;gt;.</description>
      <guid isPermaLink="false">585c22d3-b127-4270-aab0-d6591140ae5e</guid>
    </item>
    <item>
      <title><![CDATA[Cycle]]></title>
      <dc:creator>Daniel Pratt</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=296</link>
      <pubDate>Wed, 16 Jun 2010 15:48:25 +0200</pubDate>
      <category>System.Collections.Generic.IEnumerable&amp;lt;T&amp;gt;</category>
      <description>Repeats a sequence forever.</description>
      <guid isPermaLink="false">c9db59dd-458b-43d8-8c07-3d8b274ed1d0</guid>
    </item>
    <item>
      <title><![CDATA[GetNestedXml]]></title>
      <dc:creator>Jakub Kottnauer</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=295</link>
      <pubDate>Tue, 01 Jun 2010 19:16:49 +0200</pubDate>
      <category>System.Xml.Linq.XElement</category>
      <description>This one allows you to get nested XML from within a node. Let's say you're parsing an HTML file using the XDocument class and you want to pull out the nested code including tags. This is what you can use!</description>
      <guid isPermaLink="false">23f9f74d-e041-47b1-8241-4331b00289c7</guid>
    </item>
    <item>
      <title><![CDATA[AddCSS]]></title>
      <dc:creator>Paulo Castilho</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=294</link>
      <pubDate>Tue, 01 Jun 2010 16:33:06 +0200</pubDate>
      <category>System.Web.UI.Page</category>
      <description>Dynamically adds a cascading style sheet (a.k.a. CSS) file to a page even if using master page.</description>
      <guid isPermaLink="false">b0718c5b-f2bc-48d2-9e3a-d215267e3f2f</guid>
    </item>
    <item>
      <title><![CDATA[AddJavaScript]]></title>
      <dc:creator>Paulo Castilho</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=293</link>
      <pubDate>Tue, 01 Jun 2010 16:29:52 +0200</pubDate>
      <category>System.Web.UI.Page</category>
      <description>Dynamically adds a javascript file (.js) to a page even if using master page.</description>
      <guid isPermaLink="false">45e90960-0894-4ea9-aad1-ba9cb8f04872</guid>
    </item>
    <item>
      <title><![CDATA[IsEmail]]></title>
      <dc:creator>Jim Tripp</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=292</link>
      <pubDate>Mon, 31 May 2010 12:20:37 +0200</pubDate>
      <category>System.string</category>
      <description>Extend string with boolean test for a valid email address</description>
      <guid isPermaLink="false">70fd2910-18a8-4c80-9f9a-178b7c027411</guid>
    </item>
    <item>
      <title><![CDATA[SetInputScope]]></title>
      <dc:creator>Fons Sonnemans</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=291</link>
      <pubDate>Fri, 21 May 2010 17:57:04 +0200</pubDate>
      <category>System.Windows.Controls.TextBox</category>
      <description>Set the InputScope of TextBox on a Windows 7 Phone.</description>
      <guid isPermaLink="false">ac0ce735-d168-4353-b88e-1012755e7024</guid>
    </item>
    <item>
      <title><![CDATA[ToSolidColorBrush]]></title>
      <dc:creator>Loek van den Ouweland</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=290</link>
      <pubDate>Fri, 21 May 2010 10:47:56 +0200</pubDate>
      <category>System.uint</category>
      <description>Converts a uint (0xFFb2b2b2) to a Silverlight SolidColorBrush object.</description>
      <guid isPermaLink="false">9426fc80-a860-4282-969b-4475094c718a</guid>
    </item>
    <item>
      <title><![CDATA[Combine]]></title>
      <dc:creator>Linquize</dc:creator>
      <link>http://www.extensionmethod.net/Details.aspx?ID=289</link>
      <pubDate>Sun, 16 May 2010 15:31:37 +0200</pubDate>
      <category>System.Array</category>
      <description>Combines parts of 2 byte arrays</description>
      <guid isPermaLink="false">30da3dc6-83b1-4696-980a-5f1c20746c0f</guid>
    </item>
  </channel>
</rss>