NUnit rocks man - there, I said it :-)
All of the discussions on the lists ( ASPAdvice.com ) about NUnit lately finally aroused my interest so I decided to read about it; seems pretty cool. The article that I read was quite simple and well illustrated ( NUnit tutorial ). I think that I'll do some roadtests with it on my current project!
Spent a goodly amount of time doing some design work for another tool that I'm hoping to build that will enable me to use boilerplates to generate source code. I read an article on MSDN which discusses how to use CodeDOM ( CodeDOM applications ) for generating source code.
Initially I had planned that my tool would enable developers to create tools in an Xml syntax but it appears that I would have quite a bit of work to do to parse those types of templates to create a corresponding object graph - it all depends on how I set up the templates. The easiest way would be similar to the HashTable demonstration in the downloads for that article - which is not my preferred option - we'll see :-)
Syndarella issue!
Noticed that the windows client that comes with Syndarella doesn't work well on computers with low resolutions! The anchoring on the RichTextBox causes it to be a fixed size which means you cannot get to the buttons on the bottom of the form.
<Note to="self" message="mention this to ScottW" />