When you start off by telling those who disagree with you that they are not merely in error but in sin, how much of a dialogue do you expect? --Thomas Sowell

Recent Blog Posts

Convert Integer To Enum Instance in C#

Sample C# code showing how to convert an integer to an instance of an enumeration. Continue...

Developer Tips and Tutorials C#

Convert String to Enum Instance

C# code sample showing how to convert a string to an instance of an enumeration. Continue...

Developer Tips and Tutorials C#

Convert Hex String to .NET Color

Learn an easy way and a hard way to convert a hex string to a .NET color using C#. Continue...

Developer Tips and Tutorials C# CSS HTML

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

Set Initial Focus on an ASP.NET Page

Here's a C# snippet to set the initial focus when a page loads. It takes into account some of the quirks with different types of controls and HTML elements. Continue...

Developer Tips and Tutorials C# Javascript Web

Version: 6.0.20200920.1535