I have a dust-mite allergy and I am not sure if you have noticed, but no matter where you go you will find dust and therefore you […]
DataGridViewButtonColumn Text Won’t Show
This is a stupid Gotcha, like most Gotchas it is just irritating and something that frankly could have been designed better. The Gripe If you […]
How to Convert a Rebate Debit Card into Almost Cash
A lot of companies that offer rebates on their items will give you back your funds as a Rebate Debit Card which is incredibly inconvenient […]
Credit Cards: How to use them Correctly
Credit Cards Growing up I remember watching people get into varying amounts of debt with credit cards. Even my parents got into some troubles with […]
How to use Treasury Direct
If you don’t have an account yet… I am not going to explain the registration process, that is pretty self explanatory, so if you don’t […]
Visual Studio Macros
I just wanted to share some very basic things that you can do with Visual Studio Macros. This explanation will be valid for both Visual […]
Notepad++ Errors: Doing a full Uninstall
Misbehaving Plugins I changed jobs and the new machine that I was using kept giving me pop up errors every time I opened up NotePad++ […]
Selecting Random Date Between a Date Range with tSQL
I had a very interesting experience recently trying to figure out how to select a random date between a date range using tSQL, it was […]
Extension Methods: Straight to the Point!
I kept looking at many articles on extension methods and for some reason I couldn’t get mine to work. It then dawned on me that […]
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 […]