Search Result Sortorder:

OrderBy(string sortExpression)  Submitted by C.F.Meijers on 2008/4/25 Orders a list based on a sortexpression. Useful in object databinding scenarios where the objectdatasource generates a dynamic sortexpression (example: "Name desc") that specifies the property of the object sort on.Language C# Type System.Collections.Generic.IEnumerable<T> Downloads 388
Encrypt & Decrypt  Submitted by Mark de Rover on 2008/1/02 Encrypt and decrypt a string using the RSACryptoServiceProvider.Language C# Type System.String Downloads 312
Pivot  Submitted by Fons Sonnemans on 2009/1/21 Groups the elements of a sequence according to a specified firstKey selector function and rotates the unique values from the secondKey selector function into multiple values in the output, and performs aggregations. Language C# Type System.Collections.Generic.IEnumerable<T> Downloads 255
OrderBy  Submitted by Adam Weigert on 2008/3/03 OrderBy is nice, except if you want to sort by multiple properties or want an easy way to distinguish between ascending and descending.Language C# Type System.Collections.Generic.IEnumerable<T> Downloads 105
DateDiff  Submitted by Jonnidip on 2009/6/08 DateDiff in SQL style. The following DateParts are implemented: - "year" (abbr. "yy", "yyyy") - "quarter" (abbr. "qq", "q") - "month" (abbr. "mm", "m") - "day" (abbr. "dd", "d") - "week" (abbr. "wk", "ww") - "hour" (abbr. "hh") - "minute" (abbr. "mi", "n") - "second" (abbr. "ss", "s") - "millisecond" (abbr. "ms")Language C# Type System.DateTime Downloads 88
GetMostInner  Submitted by Jonnidip on 2009/5/28 Gets the most inner (deepest) exception of a given Exception objectLanguage C# Type System.Exception Downloads 71
Right  Submitted by C.F. Meijers on 2007/12/11 Returns the last few characters of the string with a length specified by the given parameter. If the string's length is less than the given length the complete string is returned. If length is zero or less an empty string is returned Language C# Type System.String Downloads 70
IsValidUrl  Submitted by unkown on 2007/10/17 Returns true when a string is a valid url Language C# Type System.String Downloads 64
Truncate  Submitted by Earljon Hidalgo on 2008/4/23 Truncate the specified string based on the given length. Replaces the truncated data to "..."Language C# Type System.String Downloads 59
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
First Previous 1 2 3 4 5  ... Next Last