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....
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
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....
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...
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...