In a previous post I mentioned the integration of Lutz Roeder's Reflector with TestDriven.NET. Now Jamie Cansdale has put this integration to the next level. I particularly like the the integration with the Call Stack context menu.
Wednesday, August 30, 2006
Tuesday, August 29, 2006
The 2006 version of ...
Joy to the world, here's Scott Hanselman's 2006 Ultimate Developer and Power Users Tool List for Windows.
Saturday, August 26, 2006
Windows Live Writer Plugin
I found this very cool Syntax Highlighting plugin for Windows Live Writer.
Consider the following sample (the most basic example of a modern enterprise business application ;-) ):
1 class Program 2 { 3 static void Main(String[] args) 4 { 5 Console.WriteLine("Hello Pluto!"); 6 } 7 }
As you can see, it's even possible to add line numbers! As you can see, I'm not always blogging about crappy software. When it's good, I'm mentioning it too. Microsoft is doing a fantastic job with Windows Live Writer.
Friday, August 25, 2006
The Art of Unit Testing
This is my first post with Windows Live Writer. Man, this is an awesome tool.
I just found out that Roy Osherove is writing a book about The Art of Unit Testing. I must say, I'm one happy unit tester :-). It's estimated release is somewhere in Spring 2007.