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