To iterate is human, to recurse divine. --L. Peter Deutsch

Recent Blog Posts

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

Parsing URLs with Regular Expressions and the Regex Object

Go in depth in understanding the structure of a URL or URI and see a single regular expression that can be used to extract the various pieces in one fell swoop. Continue...

Developer Tips and Tutorials C# Regular Expressions

Version: 6.0.20200920.1535