<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>dotNetExt - .NET Extension Method Library</title><link>http://dotnetext.codeplex.com/Project/ProjectRss.aspx</link><description>dotNetExt is a small Extension Method Library for .NET 3.5 that extends the BCL Types with helper methods that make simple tasks simpler. So far there are extensions for the Object, Array and Strin...</description><item><title>Created Issue: Add method : string ConvertToCsvStr&lt;T&gt;(IEnumerable&lt;T&gt; iEnumerable) - converts collection elements to csv string</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10955</link><description>so List&amp;#60;string&amp;#62; elements &amp;#34;a&amp;#34;,&amp;#34;b&amp;#34;,&amp;#34;c&amp;#34; will be returned as &amp;#34;a&amp;#59;b&amp;#59;c&amp;#34;.  &lt;br /&gt;&lt;br /&gt;Proposal of code, but I don&amp;#39;t have idea what class should it be extension to &amp;#58; &lt;br /&gt;&amp;#9;&amp;#9;public static string ConvertToCsvStr&amp;#60;T&amp;#62;&amp;#40;IEnumerable&amp;#60;T&amp;#62; iEnumerable&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;string csv &amp;#61; &amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;IEnumerator&amp;#60;T&amp;#62; ie &amp;#61; iEnumerable.GetEnumerator&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;ie.MoveNext&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;csv &amp;#43;&amp;#61; ie.Current.ToString&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;while &amp;#40;ie.MoveNext&amp;#40;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;csv &amp;#43;&amp;#61; &amp;#34;&amp;#59;&amp;#34; &amp;#43; ie.Current&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;return csv&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;</description><author>tmodelsk</author><pubDate>Sat, 09 Aug 2008 01:57:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Add method : string ConvertToCsvStr&lt;T&gt;(IEnumerable&lt;T&gt; iEnumerable) - converts collection elements to csv string 20080809015751A</guid></item><item><title>Created Issue: sign the code</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10820</link><description>to be used in the larger projects code needs to be signed. it&amp;#39;s not in the source control.&lt;br /&gt;</description><author>Ornus</author><pubDate>Wed, 30 Jul 2008 01:29:00 GMT</pubDate><guid isPermaLink="false">Created Issue: sign the code 20080730012900A</guid></item><item><title>Closed Issue: Modify String.ToStream and String.ToByteArray methods to accept the Text Encoding via Generics</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10735</link><description>Modify String.ToStream and String.ToByteArray methods to accept the Text Encoding via Generics instead of passing in an Encoding instance as a parameter.&lt;br /&gt;Comments: Change Made</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 21:07:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: Modify String.ToStream and String.ToByteArray methods to accept the Text Encoding via Generics 20080722090703P</guid></item><item><title>Created Issue: Modify String.ToStream and String.ToByteArray methods to accept the Text Encoding via Generics</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10735</link><description>Modify String.ToStream and String.ToByteArray methods to accept the Text Encoding via Generics instead of passing in an Encoding instance as a parameter.&lt;br /&gt;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 21:06:49 GMT</pubDate><guid isPermaLink="false">Created Issue: Modify String.ToStream and String.ToByteArray methods to accept the Text Encoding via Generics 20080722090649P</guid></item><item><title>Source code checked in, #20586</title><link>http://www.codeplex.com/dotNetExt/SourceControl/ListDownloadableCommits.aspx</link><description>Modify String.ToStream and String.ToByteArray methods to accept the Text Encoding via Generics instead of passing in an Encoding instance as a parameter.</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 21:03:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20586 20080722090332P</guid></item><item><title>Source code checked in, #20583</title><link>http://www.codeplex.com/dotNetExt/SourceControl/ListDownloadableCommits.aspx</link><description>Continue work on adding unit tests</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 20:53:02 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20583 20080722085302P</guid></item><item><title>Source code checked in, #20579</title><link>http://www.codeplex.com/dotNetExt/SourceControl/ListDownloadableCommits.aspx</link><description>Start adding Unit Tests. Used the Wizard to generate the Unit Test stubs, but not all tests have been implemented yet.</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 20:49:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20579 20080722084908P</guid></item><item><title>Source code checked in, #20578</title><link>http://www.codeplex.com/dotNetExt/SourceControl/ListDownloadableCommits.aspx</link><description>Fix Object IsType, IsArray, IsDate and IsDBNull methods to return a value of type Boolean instead of Object.</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 20:48:11 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20578 20080722084811P</guid></item><item><title>Closed Feature: Add DateTime.IsWeekend and DateTime.IsWeekDay methods</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10711</link><description>Add DateTime.IsWeekend and DateTime.IsWeekDay methods.&lt;br /&gt;Comments: Added</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:25:39 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add DateTime.IsWeekend and DateTime.IsWeekDay methods 20080722122539A</guid></item><item><title>Source code checked in, #20495</title><link>http://www.codeplex.com/dotNetExt/SourceControl/ListDownloadableCommits.aspx</link><description>Added DateTime.IsWeekend and DateTime.IsWeekDay methods. Un-Tested</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:25:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20495 20080722122532A</guid></item><item><title>Created Feature: Add DateTime.IsWeekend and DateTime.IsWeekDay methods</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10711</link><description>Add DateTime.IsWeekend and DateTime.IsWeekDay methods.&lt;br /&gt;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:19:42 GMT</pubDate><guid isPermaLink="false">Created Feature: Add DateTime.IsWeekend and DateTime.IsWeekDay methods 20080722121942A</guid></item><item><title>Closed Feature: Add Object.GetAttribute&lt;&gt;() Method</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10624</link><description>Add the following extenstion methods to the System.Object type&amp;#58;&lt;br /&gt;- GetAttribute&amp;#60;&amp;#62;&amp;#40;&amp;#41; - Returns the First Attribute tied to the Object of the Specified Generic Type&lt;br /&gt;- GetAttributes&amp;#60;&amp;#62;&amp;#40;&amp;#41; - Returns All Attributes tied to the Object of the Specified Generic Type&lt;br /&gt;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:11:56 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add Object.GetAttribute&lt;&gt;() Method 20080722121156A</guid></item><item><title>Reopened Feature: Add Object.GetAttribute&lt;&gt;() Method</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10624</link><description>Add the following extenstion methods to the System.Object type&amp;#58;&lt;br /&gt;- GetAttribute&amp;#60;&amp;#62;&amp;#40;&amp;#41; - Returns the First Attribute tied to the Object of the Specified Generic Type&lt;br /&gt;- GetAttributes&amp;#60;&amp;#62;&amp;#40;&amp;#41; - Returns All Attributes tied to the Object of the Specified Generic Type&lt;br /&gt;Comments: ** Comment from web user: crpietschmann ** &lt;p&gt;&lt;/p&gt;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:11:43 GMT</pubDate><guid isPermaLink="false">Reopened Feature: Add Object.GetAttribute&lt;&gt;() Method 20080722121143A</guid></item><item><title>Commented Feature: Add Object.GetAttribute&lt;&gt;() Method</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10624</link><description>Add the following extenstion methods to the System.Object type&amp;#58;&lt;br /&gt;- GetAttribute&amp;#60;&amp;#62;&amp;#40;&amp;#41; - Returns the First Attribute tied to the Object of the Specified Generic Type&lt;br /&gt;- GetAttributes&amp;#60;&amp;#62;&amp;#40;&amp;#41; - Returns All Attributes tied to the Object of the Specified Generic Type&lt;br /&gt;Comments: ** Comment from web user: crpietschmann ** &lt;p&gt;This has been added.&lt;/p&gt;&lt;p&gt;&amp;#42;&amp;#42; Closed by crpietschmann 7&amp;#47;17&amp;#47;2008 9&amp;#58;35 AM&lt;/p&gt;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:11:42 GMT</pubDate><guid isPermaLink="false">Commented Feature: Add Object.GetAttribute&lt;&gt;() Method 20080722121142A</guid></item><item><title>Closed Issue: Add String.Encrypt and String.Decrypt methods</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10706</link><description>Add String.Encrypt and String.Decrypt methods. These methods will have the ability to pass in &amp;#40;using generics&amp;#41; the SymmetricAlgorithm to use for Encryption and Decryption, along with the key and Encoding type to use.&lt;br /&gt;Comments: Added</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:11:10 GMT</pubDate><guid isPermaLink="false">Closed Issue: Add String.Encrypt and String.Decrypt methods 20080722121110A</guid></item><item><title>Closed Issue: Add Stream.ToByteArray method</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10710</link><description>Add Stream.ToByteArray method. This method is the same as the MemoryStream.ToArray method, except this extension method adds the ability to convert any Stream into a Byte Array.&lt;br /&gt;Comments: Added</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:10:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: Add Stream.ToByteArray method 20080722121057A</guid></item><item><title>Closed Issue: Add Stream.Encrypt and Stream.Decrypt methods</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10709</link><description>Add Stream.Encrypt and Stream.Decrypt methods. These methods are similar to and used by the String.Encrypt and String.Decrypt methods.&lt;br /&gt;Comments: Added</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:10:40 GMT</pubDate><guid isPermaLink="false">Closed Issue: Add Stream.Encrypt and Stream.Decrypt methods 20080722121040A</guid></item><item><title>Closed Issue: Add String.ToStream method</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10707</link><description>Add String.ToStream method. This method returns a Stream containing the contents of the String.&lt;br /&gt;Comments: Added</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:10:23 GMT</pubDate><guid isPermaLink="false">Closed Issue: Add String.ToStream method 20080722121023A</guid></item><item><title>Source code checked in, #20494</title><link>http://www.codeplex.com/dotNetExt/SourceControl/ListDownloadableCommits.aspx</link><description>Move some code files around for better organization, and add a using directive example for the dotNetExt.IO.Stream namespace to the ReadMe.txt</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:10:00 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20494 20080722121000A</guid></item><item><title>Source code checked in, #20493</title><link>http://www.codeplex.com/dotNetExt/SourceControl/ListDownloadableCommits.aspx</link><description>Untested - Added the following methods&amp;#58; String.ToStream&amp;#40;&amp;#41;, String.Encrypt&amp;#40;&amp;#41;, String.Decrypt&amp;#40;&amp;#41;, Stream.Encrypt&amp;#40;&amp;#41;, Stream.Decrypt&amp;#40;&amp;#41;, Stream.ToByteArray&amp;#40;&amp;#41;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:07:36 GMT</pubDate><guid isPermaLink="false">Source code checked in, #20493 20080722120736A</guid></item></channel></rss>