View Post

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 Reading
Written by DevelopmentNow -- November 3, 2006
View Post

Subversion 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 Reading
Written by DevelopmentNow -- October 30, 2006
View Post

Document 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 Reading
Written by DevelopmentNow -- October 24, 2006
View Post

Section 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 Reading
Written by DevelopmentNow -- October 22, 2006
View Post

Desktop 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 Reading
Written by DevelopmentNow -- October 11, 2006
View Post

Slow 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 Reading
Written by DevelopmentNow -- October 11, 2006
View Post

SandCastle 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
Written by DevelopmentNow -- October 6, 2006