Home

Some tips to reduce coding mistakes when working on two copies of the same website more


Tutorial to read and write image metadata (IPTC and Exif) using C# and ImageMagick in ASP.NET / MVC more


Tutorial to colorize plain text as HTML code from a code editor more


How To Create a Google XML Sitemap from a SQL Server database in One.Net using LINQ to XML more


Read user added keys from the web.config file more


check if string could be a valid web address using regular expressions more


check if string could be a number using regular expressions more


check for jpeg/gif/png file extension using regular expressions more


Check if a string is properly formed using regular expression and so might be a valid email address more


Test a filename could be an audio file supported by the HTML5 audio player using regular expressions more


helper for System.IO.Path.GetFileName e.g. "/images/ben.jpg" returns "ben.jpg" more


Nothing worse than trying to save a null to a string field! more


Check if an expected integer is null or a passed in value more


Check if an expected double is null or a passed in value more


Create a string of unique words for searches more


Sample Extension Method to extend filepaths more


Extend LINQ OrderBy so you can pass in parameters dynamically in Method synta more