Search Result Sortorder:

SelectDistinct  Submitted by Jonnidip on 2009/5/28 "SELECT DISTINCT" over a DataTable. Handles multiple columns selection.Language C# Type System.Data.DataTable Downloads 55
ToNameValueCollection  Submitted by Jonnidip on 2009/5/28 Splits a string into a NameValueCollection, where each "namevalue" is separated by the "OuterSeparator". The parameter "NameValueSeparator" sets the split between Name and Value.Language C# Type System.String Downloads 55
CreateDirectory  Submitted by Earljon Hidalgo on 2008/3/26 Recursively create directory based on the given path. If the given path doesn't exist, it will create until all the folders in the path are satisfied.Language C# Type System.IO Downloads 55
Transpose  Submitted by Edmondo Pentangelo on 2009/2/05 transposes the rows and columns of its argumentLanguage C# Type System.Collections.Generic.IEnumerable<T> Downloads 48
Clone<T>()  Submitted by Carlos Alessandro Ribeiro on 2009/7/21 Makes a copy from the object.Language C# Type System.Object Downloads 47
Parse<T>  Submitted by Jigar Desai on 2008/3/27 Parse a string to any other type including nullable types.Language C# Type System.String Downloads 45
Strip  Submitted by C.F.Meijers on 2007/12/11 Strip a string of the specified substring or set of characters Language C# Type System.String Downloads 41
ToLogString  Submitted by Mark de Rover on 2008/1/02 Creates a string for logging purposes from an Exception. Includes the InnerException(s), Stacktrace et cetera. Language C# Type System.Exception Downloads 40
AddRange<T>()  Submitted by Fons Sonnemans on 2008/4/01 I have created this AddRange<T>() method on ObservableCollection<T> because the LINQ Concat() method didn't trigger the CollectionChanged event. This method does.Language C# Type System.Collections.ObjectModel.ObservableCollection<T> Downloads 38
ForEach  Submitted by Jeroen de Zeeuw, Rob van Lanen on 2008/3/21 Shortcut for foreachLanguage C# Type System.Collections.Generic.IEnumerable<T> Downloads 32
First Previous 1 2 3 4 5  ... Next Last