Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Documenting ASP.NET

    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?


    Tim Almond Guest

  2. Similar Questions and Discussions

    1. Documenting web service inputs
      Does anyone know of a way to document web service inputs? For instance, you can add the Description attribute to the web service method but is there...
    2. Documenting a solution in schema and other functional drawing technics
      Hi, I read the message from Richard Scales and saw the recommandation for his question. I do have the Developers version but I'm a picture minded...
    3. Documenting a solution
      Hello, I have developed a solution for a client over several years and it is about time I did something about documenting it since its first release...
  3. #2

    Default Re: Documenting ASP.NET

    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
    [url]http://www.takempis.com[/url]
    Big things are made up
    of lots of little things

    "Tim Almond" <anon@anon.co.uk> wrote in message
    news:##KfPD7RDHA.1624@tk2msftngp13.phx.gbl...
    > 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?
    >
    >

    Kevin Spencer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139