January 2009 - Posts
I wanted to read Twitter.com search results (tweets) using C#. I started by deciding that a tweet looks something like this: public class Tweet { public string Id { get ; set ; } public DateTime Published { get ; set ; } public string Link { get
Read More...
Prior to using Hyper-V as part of my daily development and test efforts I wasted man weeks every year. I lost days at a time configuring machines and recovering from updated NDP builds. I wasted hours every week repeating the same steps over
Read More...
I just installed Windows 7 beta on a Hyper-V VM (1GB RAM, single proc, 127 expandable drive) and found that the calculator has changed and I like it. Beyond Standard and Scientific there are two new modes, Programmer and Statistics. Programmer supports
Read More...