This problem turned into a horrible time suck for me, so I really wanted to document what happened and how to resolve it because this […]
Generic Types and Equals
Gotcha I don’t have to implement/override Equals that often in my classes so I always have a hard time remembering some of the subtleties behind […]
Simple Class Creator and DTO Generator
What? A long time ago back around the middle and towards the end of 2012 I decided to create a console application that would help […]
Simple Class Creator Published on Google Code
05/25/2014 UPDATE: I moved the code to a different project. I have made a number of changes since 2012. 11/14/2015 UPDATE: I moved my whole […]
Common Base Class Work Around for Page and UserControl
The Gotcha This is a really sore subject for me because I have tried finding a unifying factor for both sets of objects, but the […]
Why can’t I access the System.Web.HttpUtility Class?
I’ve run into this problem before and I didn’t realize it until right now that I never wrote down the solution, hence the post. The […]
Simple Class Creator
05/25/2014 UPDATE: I moved the code to a different project. I have made a number of changes since 2012. I posted an article on code […]
How to Iterate Through all Enums from a Class in C#
This took me a good while to figure out. This is specifically for looping through multiple enumerations declared inside of a class. This code would […]