Documenting ASP.NET

  • Thread starter Thread starter Tim Almond
  • Start date Start date
T

Tim Almond

I need to document an ASP.NET solution. UML makes sense in some ways, but
also I need to document the navigation etc.

What do others do?
 
If you're using C#, try using Summary Tags. They can be compiled into HTML
"Code Comment" pages, which can be excellent documentation, and of course
are comments, which any good code shouldn't be without!

--
HTH,

Kevin Spencer
..Net Developer
Microsoft MVP
http://www.takempis.com
Big things are made up
of lots of little things
 
Back
Top