Author: Donn Felker

  • February 28, 2007
    Mike Roberts over at ThoughWorks have a project to help with continuous integration. The product is called "Tree Surgeon". Tree Surgeon…
  • February 27, 2007
    Yesterday while performing some maintenance on our internal Gemini website I ran into an error where the default.aspx page would…
  • February 22, 2007
    You can easliy alias a namespace in .NET by doing the following: using System;using System.Text;using myXml = System.Xml; // <--…
  • February 21, 2007
    If you're like me, you visit new places quite often and you need to find your way around. Or, maybe…
  • February 21, 2007
    In my previous post I showed you how to return XML from the SQL Server Database. To further this topic,…
  • February 19, 2007
    You can easily generate Xml from a DataTable by using the .WriteXml() method. But you can also bypass this and retrieve…