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 […]
How to bake Jachnun
I’m not an expert on this I am not an expert on doing this, but I did it this weekend and it came out great. […]
New cannot be used on a type parameter that does not have a new constraint
This is not such an obscure problem as it is just not straight forward to solve. Simply put you cannot instantiate a new instance of […]
CS0246: The type or namespace name ‘NameHere’ could not be found (are you missing a using directive or an assembly reference?)
This is a fun problem I ran into, luckily I solved it rather quickly. The Setup I have a website setup in IIS7.5 running on […]
SQL Server: Tips on Declaring a Decimal Data Type
One of my pet peeves about SQL Server is the decimal data type. Declaring it once in a table where you don’t have to do […]