Programming can be fun, so can cryptography; however they should not be combined. --Kreitzberg and Shneiderman

Posts in tips and tutorials


How Do I Get Paths and URL fragments from the HttpRequest object?

A reference for extracting URL and path information from the HttpRequest object in ASP.NET. Continue...

Developer Tips and Tutorials ASP.NET C#

Using the HttpContext object

Learn how you can get access to the HttpContext object when you're not in the code-behind of an ASPX page? Continue...

Developer Tips and Tutorials ASP.NET C# Web

Extract Hex Digits From a String

Learn how to extract hex digits from a string using C#. Useful for cases where you have dirty hex information or extra characters. Continue...

Developer Tips and Tutorials C# Text

Parsing Email Addresses with Regular Expressions

Use C# to parse and validation email address. I present both a strict and lenient regular expression and discuss what constitutes a valid email address. Continue...

Developer Tips and Tutorials C# Email

Version: 6.0.20200920.1535