NaturalDocs
I took a look at NaturalDocs today for documenting C# code. It works by looking at normal comments (/* */ or //) above your methods. It then parses those comments […]
Continue ReadingSubversion in Visual Studio .NET — AnkhSVN
http://ankhsvn.tigris.org/screenshots.htmlRC4 of AnkhSVN, a Visual Studio plugin that works with Subversion, was released yesterday. From the site: AnkhSVN is a Visual Studio .NET addin for the Subversion version control system. […]
Continue ReadingDocument your Databases for Free
Data Dictionary Creator was recently released by Jon Galloway. It’s a UI allowing you to document your SQL Server databases by storing the documentation in extended properties, and then exporting […]
Continue ReadingSection 508 Validator
I found another online accessibility checker for Section 508 etc compliance at www.aprompt.ca. It’s web-based but also has a downloadable Windows version.
Continue ReadingDesktop Blog Tools for dasBlog
I’m using dasBlog because it’s .NET based & I wanted to host it myself. But I’ve started to tire of the IE-based interface and thought it was time for a […]
Continue ReadingSlow Debugging with Visual Studio .NET
So I had written a big post about slow debugging with Visual Studio and how I got my time down from 30 seconds to 10 seconds. And then IE hung […]
Continue ReadingSandCastle Made Easy — Generating .NET 2.0 Documentation
In the .NET 1.1 days, documentation could be generated easily and freely using nDoc. Understandably, the fact that it was free is partly why nDoc has now been discontinued. Since […]
Continue Reading