Extension method for validating numberscheck if string could be a number using regular expressions more Extension method for validating image filescheck for jpeg/gif/png file extension using regular expressions more Extension method for validating email addressesCheck if a string is properly formed using regular expression and so might be a valid email address more Extension method for validating dateswrapper for DateTime more Extension method for validating audio filesTest a filename could be an audio file supported by the HTML5 audio player using regular expressions more Sample Extension Methods to extend filepathshelper for System more Extension method for String ConcatenationThree overloads for joining strings more Extension method for null handling stringsNothing worse than trying to save a null to a string field! more Extension method for null handling integersCheck if an expected integer is null or a passed in value more Extension method for null handling DoublesCheck if an expected double is null or a passed in value more Keyword extension methodCreate a string of unique words for searches more Get physical path to a fileSample Extension Method to extend filepaths more Extension method for DateTime.TryParseExtension method to wrap DateTime more Count the number of words in a stringExtension method to get a word count more Extension method to TrimstringTrim a string to length more Extension Method for LINQ OrderByExtend LINQ OrderBy so you can pass in parameters dynamically in Method synta more SEO friendly URL's made easyYou'll find a lot of other posts on other sites detailing how to create SEO friendly URL's - I'... more Extension method for conditional lambda expressionsA solution various conditional lambda expressions without breaking the flow of the expression more Calculate how old a date isNeed to work out the lapsed time in years between a date and now? try this more Encode safe string for JavaScriptCode for a convenient way to encode a string safe for javascript i more Decode String from HTMLExtension method for decoding HTML - extension for HttpUtility more Convert lapsed date interval to wordsGet a human readable representation of time lapseds e more Using PredicateBuilder for an OR searchSample code using PredicateBuilder to do an OR search using LINQpad more PredicateBuilder usuage with LINQPadCode to run directly in LINQPad demonstrating PredicateBuilder usuage with Northwind's Categories table more |