Category: Uncategorized

  • February 19, 2007
    You can easily generate Xml from a DataTable by using the .WriteXml() method. But you can also bypass this and retrieve…
  • January 30, 2007
    Last week I ran into a problem with the 'as' keyword in C#. For those of you who dont know,…
  • January 17, 2007
    Lines are represented differently in different operating systems. For most non Unix Platforms the new line is represented as: "\r\n"…
  • January 14, 2007
    I've been looking through a lot of "hand me down code" (code that was written awhile ago by someone else)…
  • January 11, 2007
    Warning: A: To give notice to beforehand especially of danger or evil B: To give admonishing adviceC: To call to…
  • January 9, 2007
    Sometimes there are methods in code that my development department knows are robust. There are no bugs in the code.…