Posted in Computers, Internet on November 23rd, 2005 1 Comment »
If you add encarta@conversagent.com to your MSN IM contacts list, you can ask it questions. Neat. It’ll even open Encarta in a sidebar in Messenger to answer your question in more detail.
From Chris Sells’ blog.
Posted in .NET, Computers, Programming on November 22nd, 2005 No Comments »
Having spent a couple of days trying to load a 30.5Gb Xml file, i’ve discovered that there is a problem in the XmlTextReader class in that is uses an integer to track the file position. Now, I guess that having massive Xml files isn’t really what they were intended for, but that’s why i’m using [...]