- March 11, 2007I've been on the hunt for a good .NET wiki that was open source and I think I've finally found…
- March 10, 2007At work, we just upgraded our machines to Quad Xeon x64 machines with four gigs of ram. NICE..... :) But for…
- March 2, 2007At work we use the Gemini Project Issue Tracker every day. We've a very small team, so we're able to…
- February 27, 2007Yesterday while performing some maintenance on our internal Gemini website I ran into an error where the default.aspx page would…
- February 22, 2007You can easliy alias a namespace in .NET by doing the following: using System;using System.Text;using myXml = System.Xml; // <--…
- February 21, 2007In my previous post I showed you how to return XML from the SQL Server Database. To further this topic,…