Tag Archives: ASCII

Replacing The Extended ASCII Dash in C# and SQL

Not all dashes are created equal. That’s what I learned today. If you look at the ASCII Character Codes CheatSheet you will see 3 different dashes. The first is the normal one. The other two are considered extended ASCII. Extended … Continue reading

Posted in C#, SQL | Tagged | Comments Off

Mask Email ASCII Control for ASP.NET

In the article Masking Your Email Address, we went over why you would want to hide your email address inside the source code of an HTML document, but still make it visible to the human readers of that page.  Encapsulating … Continue reading

Posted in ASP.NET, C# | Tagged , , , | Comments Off