.NET Geeks
-Unleash Your Inner Geek!!!

December 2006 - Joshua Smith

  • VS 2005 SP1

    Microsoft released SP1 of VS 2005. You can download it at the following link. http://msdn.microsoft.com/vstudio/support/vs2005sp1/default.aspx Make sure to uninstall the web application projects BEFORE running the SP1 install. Otherwise you'll get...
    Filed under:
  • US States in SQL Format

    In almost every project I have worked on, I have needed the list of US states in a format to insert into a database. I am finally tired of recreating this list, and posting it for future use... create table USStates(USStateCd char(2) not null, USStateName...
Powered by Community Server (Non-Commercial Edition), by Telligent Systems