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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top