-
C# Parallel Tasks gives MAJOR Speed Increase
-
Added HTML5, CSS3, JavaScript and jQuery to my resume
-
Learning about SOLID programming principles
I have been learning about SOLID programming principles and I wanted to share the resources that I have found. First, I listed to the father of these principles describe them on the Hansleman show. This post obviously caused a few ruffled feathers and for fun, you must listen to show #150 to hear some of…
-
ToQuarter C# DateTime Extension
-
Converting Oracle Comments to SQL Server.
I downloaded some code a recently that creates an Oracle Database, but I don’t have Oracle, so I converted most of the code to SQL Server. One of the harder things to convert was the column and table comments. One of the features of Oracle that Microsoft SQL Server does not have directly is commenting.…