Programming is like sex, one mistake and you have to support it for the rest of your life. --Michael Sinz

Popular Blog Posts

Adding Columns to DataGrid Programmatically

Demonstration and code for programmatically adding a custom column to a DataGrid. Continue...

Developer Tips and Tutorials .NET Controls ASP.NET C# SQL Server

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

Convert .NET Color to Hex String

Learn how to convert a hex string to a .NET color using C#. Continue...

Developer Tips and Tutorials .NET C# CSS HTML

Custom HyperLink Column for DataGrid

Detailed example with code showing how to add a custom link column to a datagrid. Continue...

Developer Tips and Tutorials .NET Controls C# SQL Server

Version: 6.0.20200920.1535