Monthly Archive: September 2011

How to: Enable anonymous access on SharePoint? 0

How to: Enable anonymous access on SharePoint?

Sometimes you need to publish a site anyone should be able to see or maybe even add information to. In order to do this you need to have Anonymous access enabled on the site....

What character escape sequences are available in C#.Net? 0

What character escape sequences are available in C#.Net?

C# defines the following character escape sequences: ‘ – single quote, needed for character literals ” – double quote, needed for string literals  – backslash  – Unicode character 0 a – Alert (character 7) b – Backspace (character...

Most commonly used Regex expressions 0

Most commonly used Regex expressions

Lately as part of my work I came across the need to validate some fields and realized probably there should be some common Regex expressions out there I could leverage. This came about because...