Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. What happened to MSDN?

What happened to MSDN?

Scheduled Pinned Locked Moved The Lounge
csharpdata-structureshelpquestion
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Steve Westbrook
    wrote on last edited by
    #1

    If you look up a .NET 4 function, you'll get extensive documentation of each parameter, remarks, examples, everything you need. Look up .NET 4.5. Do it right now, look up anything. You'll get

    actionName
    Type: System.String
    The name of the action method.

    How does this help? How is this help? It's clearly just the GhostDoc default auto-generated filler! Thousands of pages of this crap, fobbed off on developers as "documentation." If a machine is generating it, it isn't explaining anything, is it? Do they really think this is going to save them money? Stack overflow is not an acceptable substitute for documentation! I'm going back to C so I can at least read man pages written by a human.

    L J D 3 Replies Last reply
    0
    • S Steve Westbrook

      If you look up a .NET 4 function, you'll get extensive documentation of each parameter, remarks, examples, everything you need. Look up .NET 4.5. Do it right now, look up anything. You'll get

      actionName
      Type: System.String
      The name of the action method.

      How does this help? How is this help? It's clearly just the GhostDoc default auto-generated filler! Thousands of pages of this crap, fobbed off on developers as "documentation." If a machine is generating it, it isn't explaining anything, is it? Do they really think this is going to save them money? Stack overflow is not an acceptable substitute for documentation! I'm going back to C so I can at least read man pages written by a human.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I give your rant 6/10. You'd of pushed to a strong 7/weak 8 if you would have used the phrase "Die in a Fire".

      S 1 Reply Last reply
      0
      • L Lost User

        I give your rant 6/10. You'd of pushed to a strong 7/weak 8 if you would have used the phrase "Die in a Fire".

        S Offline
        S Offline
        Steve Westbrook
        wrote on last edited by
        #3

        6/10? Die in a fire!

        R 1 Reply Last reply
        0
        • S Steve Westbrook

          6/10? Die in a fire!

          R Offline
          R Offline
          RTek23
          wrote on last edited by
          #4

          451 Fahrenheit...? edit Fahrenheit 451.....I looked it up after.... :sigh:

          1 Reply Last reply
          0
          • S Steve Westbrook

            If you look up a .NET 4 function, you'll get extensive documentation of each parameter, remarks, examples, everything you need. Look up .NET 4.5. Do it right now, look up anything. You'll get

            actionName
            Type: System.String
            The name of the action method.

            How does this help? How is this help? It's clearly just the GhostDoc default auto-generated filler! Thousands of pages of this crap, fobbed off on developers as "documentation." If a machine is generating it, it isn't explaining anything, is it? Do they really think this is going to save them money? Stack overflow is not an acceptable substitute for documentation! I'm going back to C so I can at least read man pages written by a human.

            J Offline
            J Offline
            JimmyRopes
            wrote on last edited by
            #5

            Steve Westbrook wrote:

            Look up .NET 4.5. Do it right now, look up anything.

            AccessViolationException Class

            .NET Framework 4.5 Other Versions 6 out of 11 rated this helpful - Rate this topic
            The exception that is thrown when there is an attempt to read or write protected memory.
            Inheritance Hierarchy
            System.Object
            System.Exception
            System.SystemException
            System.AccessViolationException
            Namespace: System
            Assembly: mscorlib (in mscorlib.dll)
            Syntax
            C#C++F#VB
            [SerializableAttribute]
            [ComVisibleAttribute(true)]
            public class AccessViolationException : SystemException
            The AccessViolationException type exposes the following members.

            I did and I don't see what you are talking about. I get documentation just as with .NET 4.

            The report of my death was an exaggeration - Mark Twain
            Simply Elegant Designs JimmyRopes Designs
            I'm on-line therefore I am. JimmyRopes

            S 1 Reply Last reply
            0
            • S Steve Westbrook

              If you look up a .NET 4 function, you'll get extensive documentation of each parameter, remarks, examples, everything you need. Look up .NET 4.5. Do it right now, look up anything. You'll get

              actionName
              Type: System.String
              The name of the action method.

              How does this help? How is this help? It's clearly just the GhostDoc default auto-generated filler! Thousands of pages of this crap, fobbed off on developers as "documentation." If a machine is generating it, it isn't explaining anything, is it? Do they really think this is going to save them money? Stack overflow is not an acceptable substitute for documentation! I'm going back to C so I can at least read man pages written by a human.

              D Online
              D Online
              dan sh
              wrote on last edited by
              #6

              Sorry, but this is not enough to establish context. I think it is enough if this was help for a method that looked like:

              ExecuteAction(string actionMethod)

              Probably just edit to: The name of the action method to execute.

              My CP workspace: Incredibly trivial and probably useless code samples[^]

              1 Reply Last reply
              0
              • J JimmyRopes

                Steve Westbrook wrote:

                Look up .NET 4.5. Do it right now, look up anything.

                AccessViolationException Class

                .NET Framework 4.5 Other Versions 6 out of 11 rated this helpful - Rate this topic
                The exception that is thrown when there is an attempt to read or write protected memory.
                Inheritance Hierarchy
                System.Object
                System.Exception
                System.SystemException
                System.AccessViolationException
                Namespace: System
                Assembly: mscorlib (in mscorlib.dll)
                Syntax
                C#C++F#VB
                [SerializableAttribute]
                [ComVisibleAttribute(true)]
                public class AccessViolationException : SystemException
                The AccessViolationException type exposes the following members.

                I did and I don't see what you are talking about. I get documentation just as with .NET 4.

                The report of my death was an exaggeration - Mark Twain
                Simply Elegant Designs JimmyRopes Designs
                I'm on-line therefore I am. JimmyRopes

                S Offline
                S Offline
                Steve Westbrook
                wrote on last edited by
                #7

                Well, anything that existed already in earlier versions of .NET is fine; they've usually just kept the same documentation. However, anything to do with MVC (3 or 5 etc.) or any other new component in .NET 4.5 is what Joel Spolsky (?) called "undocumentation," that is, documentation in the format DoThing(); // Does the thing That's not an explanation; it's just a rearrangement of the function name.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups