How to write aspx documentation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,
I want to learn something about writing documentation before and after
writing aspx, but i have no idea how to write, any idea how to learn
 
Your question is confusing. Apparently, you DO know how to write, unless you
dictated your message to this newsgroup. And if you have ever written any
ASPX before, and you plan to continue, you could write some documentation
now, and that would be "before and after writing aspx" - obviously that is
not what you mean. But it sounds like that is what you're asking.

Documentation can be as simple as a text file, so you will have to be more
clear about what you want if you want some advice about it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Dear all,
I want to learn something about writing documentation before and after
writing aspx, but i have no idea how to write, any idea how to learn

Your question is very vague, so here's my help...as far as documentation
'before' and 'after', you need to use an approach like RUP or something of
the like, a development (well, also project-based) approach; it can also
be very informal/adhoc. XP is another one, albeit another animal :)
Approaches have their own documentation, artifacts, etc. but you'll have
to search and decide what's the best for you and bring them
together...usually though documentation involves tech specs,
wireframes/storyboards, class diagrams, etc. depending on how much you
want or need to do.

As far as code/API documentation (after the fact) you can use a tool like
nDoc to auto-generate it:

http://ndoc.sourceforge.net/
 

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