February 2008 - Peter's Gekko

Peter's Gekko

Sponsors

The Lounge

Wicked Cool Jobs

News

Advertisement

  • Parsing custom dates using ParseExact

    All types in the .Net framework have a Parse method. This takes a string and tries to translate it into a value of the intended type. Like this int i = int .Parse( "7" );   This will throw an exception when the contents of a string cannot be parsed as an integer value. The TryParse method...
    Filed under:
  • (R) evolutionary changes

    When developing software you are dealing with changes. Changes in what your creations have to do; changes in the way you create your software. The process of change sometimes seems to be a goal on itself. We are almost beaten to death by both the enormous amount of new tools and techniques to create...
    Filed under:
Devlicio.us