Recently added

  1. RemoveRightIfPresent

    Removes end of string if it equals to parameter, otherwise returns origin string
    C# string Dmitry
  2. Sort algorithms

    This is a set of extesion methods that sort a given list more about that on codeplex
    C# System.Collection.Generic.IEnumerable<T> Tunisian
  3. ItemArrayString

    combin datarow's field value to string
    C# System.Data.DataRow RainmakerHo
  4. Move FileInfo and automatically rename it

    Moves a FileInfo instance to a specified path and rename it when already existing.
    C# FileInfo Peter Rietveld
  5. IsEven

    Returns true if the number is an even number
    JavaScript Number Loek van den Ouweland
  6. IsOdd

    Returns true if the number is an odd number
    JavaScript Number Loek van den Ouweland
  7. List AddElement

    Make adding to list fluent and conditioned
    C# System.Collections.Generic.List<T> Lasse Sjørup
  8. StringBuilder AppendIf

    Makes it possible to conditionally append to a StringBuilder while keeping it fluent
    C# System.Text.StringBuilder Lasse Sjørup
  9. Generates a Hyper Link to redirect user to Authentication form

    this method generates a Hyper Link to redirect user to Authentication form . gets Titla attribute of tag and inner Text of Tag and generate tag A . then returns user to referrer page .
    C# System.String http://mb-seifollahi.ir
  10. Log SharePoint Exception via SPDiagnosticsService

    Log SharePoint Exception via SPDiagnosticsService for Debugging (result : 0000 Unexpected My Method Name : Attempted to divide by zero. 220da18b-1517-4230-90ac-91117ceaea33 )
    C# void http://mb-seifollahi.ir
  11. ToStringFormat

    StringFormat Extension Style
    C# String Mehran KeyArash
  12. Add<T>

    A generic method to add databinding to a control. This method brings type safety for the sake of better code maintainability.
    C# System.Windows.Forms.ControlBindingsCollection Alireza Mokhtaripour
  13. IsUnicode

  14. IsValidCodeMelli

    صحت کد ملی
    C# System.String Mehdi Miri
  15. GetChoiceFieldValues

    this method find items of a Choice Field in a Sharepoint List
    C# System.Collections.Generic.List<string> http://mb-seifollahi.ir
  16. Find Sharepoint List Anyway

    this method find your list without any Exception by List Name , Title and ListID
    C# Microsoft.SharePoint.SPList http://mb-seifollahi.ir
  17. ForEach

    Shortcut for foreach and create new list
    C# System.Collections.Generic.IEnumerable<T> Pedram Jabbari
  18. Shuffle

    Shuffle an ArrayList in O(n) time (fastest possible way in theory and practice!)
    C# System.Collections.ArrayList Maarten van Duren
  19. Shuffle

    Shuffle an array in O(n) time (fastest possible way in theory and practice!)
    C# System.Array Maarten van Duren
  20. Indent

    Indents strings with a variable number of characters/strings
    VB System.String noxon