Asp.net/Web Services

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

Is there a good program or method for documenting your Web Services similar
to JavaDocs?

I am trying to find a good way to keep up with our Documentation and make it
easier for our developers to keep track of what we have available as well as
how to call them (what parameters and types).

Thanks,

Tom
 
clintonG said:
Funny you should ask about documenting 'your' code when the answer to your
question is affirmed and confirmed when reading Microsoft's documentation.
There's also 3rd party solutions such as NDoc.

But how good is it and is it something we can use ( do we have to purchase
it) or would a 3rd party be better?

Thanks,

Tom
 
clintonG said:
NDoc is open-source and builds on what Microsoft has made freely possible.
Do some more research. How good something is or isn't is up to you.

That is what I am doing.

I am trying to find out what is out there and what other people use to get
an idea of what is not only available, but what other developer like to use.

I didn't know what Microsofts offering is or that it was free.

Thanks,

Tom
 

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