My Software

Earlier I was thinking about all the different tools I use and how neat they are and I thought I would share the (vast?) list of tools with everyone and individual thoughts on

Windows PHP Development

Any developer that has programmed PHP can recognize that PHP was intended for Linux distributions and web servers. However, coming from a windows background I generally fancy windows web servers (not Linux). Don.

Performance of Finding Duplicates in LINQ

Today I saw about a dozen lines of code in a project that I was working on simply dedicated to determining whether or not there are duplicates within a stringlist (List). This made