Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Document asp.net project

Reply
Thread Tools

Document asp.net project

 
 
Sharon
Guest
Posts: n/a
 
      10-05-2004
Hello all, I'm a new arrival here so please excuse if I'm asking in the
wrong forum.

I've been given a task at work to document some quite large, complex C# web
projects that were undertaken by either previous employees or contractors.
I'm using VS.net 2003. It's going to be a very painful processing trying to
do it "by hand" and I've been searching for a tool to help.

For a site-map, I've tried Xtreeme SiteXpert, but it doesn't really give me
what I want because all the sites use a SQL Server-driven CMS, and so only
page that SiteXpert sees is Default.aspx.

The reason for the job is so that we developers who are there now (three of
us) have nothing at all to follow when a client makes a change-request. Even
quoting is difficult sometimes because previously there has been very little
documentation at all -- spec's are extremely rare, and the ones that exist
are really just generalized user-specifications with no technical specs at
all.

I've been thinking about trying to produce a html or text doc of the Object
Browser, and have been trying to find (without success) whether there is
something inbuilt in VS.net that will do this.

Has anyone got any suggestions?

Thanks,
Sharon

PS -- just to complicate things (and, yes, I know this is the wrong
forum) -- included in this list of projects that I have to document are
quite a few older php and asp ones as well!!!


 
Reply With Quote
 
 
 
 
James Thomas
Guest
Posts: n/a
 
      10-05-2004
Well, one thing I've found that helps a lot with documentation (as long
as you're using VS .NET anyway) is to precede each method with three /
(as in ///). VS .NET will then add all the method variables and all you
have to do is fill in what the method does (inside the <summary> block)
and what each variable is for, as well as what the method returns.

It's very hand when coding and seeing what each one of the methods
you're using does before you use it.

James

Sharon wrote:

> Hello all, I'm a new arrival here so please excuse if I'm asking in
> the wrong forum.
>
> I've been given a task at work to document some quite large, complex
> C# web projects that were undertaken by either previous employees or
> contractors. I'm using VS.net 2003. It's going to be a very painful
> processing trying to do it "by hand" and I've been searching for a
> tool to help.
>
> For a site-map, I've tried Xtreeme SiteXpert, but it doesn't really
> give me what I want because all the sites use a SQL Server-driven
> CMS, and so only page that SiteXpert sees is Default.aspx.
>
> The reason for the job is so that we developers who are there now
> (three of us) have nothing at all to follow when a client makes a
> change-request. Even quoting is difficult sometimes because
> previously there has been very little documentation at all -- spec's
> are extremely rare, and the ones that exist are really just
> generalized user-specifications with no technical specs at all.
>
> I've been thinking about trying to produce a html or text doc of the
> Object Browser, and have been trying to find (without success)
> whether there is something inbuilt in VS.net that will do this.
>
> Has anyone got any suggestions?
>
> Thanks,
> Sharon
>
> PS -- just to complicate things (and, yes, I know this is the wrong
> forum) -- included in this list of projects that I have to document
> are quite a few older php and asp ones as well!!!


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Document-Document similarity Fabian Leitritz Java 0 01-14-2005 03:18 PM
A HTML document can be converted to XHTML document. mike Java 2 01-14-2005 06:00 AM
DocumentBuilder.parse() returns "[#Document: null]" Document Mike Java 0 09-06-2003 03:38 AM
Help with JDOM, turn org.jdom.Document -> org.w3c.dom.Document? Wendy S Java 1 08-04-2003 11:48 PM
Xalan document() function finding wrong document root Steve Carrow Java 0 07-28-2003 02:28 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57