As my FreeTools.NET post still gets the odd hit, I thought I'd supplement it with a quick round-up of what's new(-ish) in the world of free .NET development stuff:

Enjoy!

UPDATE: Jeff Key has written a GUI wrapper for NCover called, unsurprisingly, NCoverGUI...

UPDATE 2: Also, via Jeff Key:

Pete McKinney has created a nice little addin called NCoverViewer for VS.NET that reads an NCover results file and displays it as a tree with coverage percentages at each node.  Once you've drilled own to individual lines of code, double clicking on node in the tree brings you right to the line of code in the VS.NET editor.  Bravo!