<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>dotNetExt Work Item Rss Feed</title><link>http://www.codeplex.com/dotNetExt/WorkItem/List.aspx</link><description>dotNetExt Work Item Rss Description</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>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>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>Created 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;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:04:54 GMT</pubDate><guid isPermaLink="false">Created Issue: Add Stream.ToByteArray method 20080722120454A</guid></item><item><title>Created 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;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:03:58 GMT</pubDate><guid isPermaLink="false">Created Issue: Add Stream.Encrypt and Stream.Decrypt methods 20080722120358A</guid></item><item><title>Created 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;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:02:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Add String.ToStream method 20080722120251A</guid></item><item><title>Created 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;</description><author>crpietschmann</author><pubDate>Tue, 22 Jul 2008 00:01:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Add String.Encrypt and String.Decrypt methods 20080722120152A</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;Comments: This has been added.</description><author>crpietschmann</author><pubDate>Thu, 17 Jul 2008 16:35:34 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add Object.GetAttribute&lt;&gt;() Method 20080717043534P</guid></item><item><title>Created Issue: 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;</description><author>crpietschmann</author><pubDate>Thu, 17 Jul 2008 16:34:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Add Object.GetAttribute&lt;&gt;() Method 20080717043415P</guid></item><item><title>Closed Feature: Add EventHandler.Raise Extension</title><link>http://www.codeplex.com/dotNetExt/WorkItem/View.aspx?WorkItemId=10622</link><description>The EventHandler.Raise and EventHandler.Raise&amp;#60;&amp;#62; extension methods will make it simpler to invoke an Event within C&amp;#35;.&lt;br /&gt;Traditionally, when invoking&amp;#47;raising an event in C&amp;#35; you need to check if it&amp;#39;s null first, then raise it if it isn&amp;#39;t. This extension will do the null checking for you.&lt;br /&gt;&lt;br /&gt;You will be able to invoke&amp;#47;raise events like this&amp;#58;&lt;br /&gt;this.Click.Raise&amp;#40;this, EventArgs.Empty&amp;#41;&amp;#59;&lt;br /&gt;Comments: This has been implemented.</description><author>crpietschmann</author><pubDate>Thu, 17 Jul 2008 16:01:49 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add EventHandler.Raise Extension 20080717040149P</guid></item></channel></rss>