Introduction Ever since it has been clear that the industry has chosen AngularJS as the JavaScript based client side framework among others (Ember is good […]
Get Authorized Roles from Web.Config
Introduction To avoid hard coding the names of AD Groups, it is best to just pull them from a place where they already exist. They usually exist […]
Work Around to Opening up a Local Folder from an HTML Link
Introduction (solution below) In general in web programming at one point you may need to or be asked to open up a local folder from […]
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 […]
How to get Filename and File Extension from a Column with tSQL
I have written this query like 100 times, but this time I am going to document it so I don’t lose it again. This query […]
Query SQL Server using PowerShell
I don’t understand why it was so difficult for me to find an example on this, so I compiled one from three posts so I […]
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 […]
UPDATE SELECT FROM JOIN
This is something that I don’t do often, but it pops up every now and again. I always forget how to do it, so I […]