Obscure problem It amazes me how the simplest of things can be so obscure and over complicated. It’s been many years now and I still […]
PlanetSide 2 All Access Members Station Cash Trip Wire
SOE All Access Gotcha SOE’s Middle Finger to you – the customer (view link below) Membership Link FAQ Questions 9 – 12 in Graphic above […]
How to get all files modified for a work item in TFS
Introduction Just like everything that requires coding with (or against?) TFS API – this was not a small task. This took a while for me […]
How to Kill all Processes for a Specific Database
Usually you would just use the Activity Monitor like shown below… The mundane repetition of right click each process and selecting Kill Process becomes annoying […]
Straight to the Point: Query for Database and Table Sizes
I love how I have to search too much to find simple information, one liners, it is just like in College where my college course […]
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 […]