He who joyfully marches to music in rank and file has already earned my contempt. He has been given a large brain by mistake, since for him the spinal cord would suffice. --Albert Einstein

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