This blog will describe some of the learning experiences that I have with .NET, some personal projects that I'm working on, and whatever other topics tickle my fancy.
Tools are great. They remove some of the coding monotony we have to deal with on a daily basis, so I always like to forward on new tools (well new to me anyway). Alan Dean talked about Lutz Roeder's Documentor. It lets you preview what your XML comment will look like, once it's compiled, from the markup that you put in code.
I've used Lutz's other tool, .NET Reflector, but hadn't seen this one before. Looks very interesting, I can't wait to give it a try.