Category: Programming

.Net: Supported Console Colors

.Net: Supported Console Colors The days of writing applications that write to the console seem to be over for a while now. Notwithstanding, we find ourselves using the console from time to time to...

Pro Tools: Json

Pro Tools: Json I’ve recently started working on a small programming project on the site. It has been a while since I’ve done any programming, so seeing all the new technologies and cloud offerings...

How to: Convert a string into an Enum in C#.Net

Recently I came across the need to convert a string stored in the database into an enumeration in our application. I wasn’t really excited about having to write a switch statement nor having to...