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. MSDN2 rant of the day

MSDN2 rant of the day

Scheduled Pinned Locked Moved The Lounge
rubyvisual-studiocomtoolstutorial
11 Posts 10 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.
  • P Offline
    P Offline
    peterchen
    wrote on last edited by
    #1

    MSDN "classic" member list had this nice "base class members" link. Now, as an example, CStringT members[^]: I just wnat to find out the exact typedef got the length, so I look for GetLength(), ain't in the list. So off to hunting base class members I go. There is no link on the mebers page. Only a link to CStringT general documentation[^]. There's no link to "base class" at the top, or at the bottom. the declaration at least mentions the base class (that's the first indicator there actually is one). From here, I have two possibilities: Go to the Hierarchy Chart[^] linked at the bottom - but there I'd have to hunt for CStringT before I can arrive at CSimpleString. Another gem listed unter "remarks" (i.e. hiddlen in the middle of the document) CSimpleStringT. Where I still have to scroll down to "Other resources", and click on CSimpleStringT members[^] It's not just that some new edges are auto-documented verbosely lack information. Even the things that are described have the abysmal usability of a PDF document. Has Microsoft stopped dogfooding their own documentation? (Which would explain some other things circulating about Microsoft lately...)


    Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
    We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
    Linkify!|Fold With Us!

    P K P D S 6 Replies Last reply
    0
    • P peterchen

      MSDN "classic" member list had this nice "base class members" link. Now, as an example, CStringT members[^]: I just wnat to find out the exact typedef got the length, so I look for GetLength(), ain't in the list. So off to hunting base class members I go. There is no link on the mebers page. Only a link to CStringT general documentation[^]. There's no link to "base class" at the top, or at the bottom. the declaration at least mentions the base class (that's the first indicator there actually is one). From here, I have two possibilities: Go to the Hierarchy Chart[^] linked at the bottom - but there I'd have to hunt for CStringT before I can arrive at CSimpleString. Another gem listed unter "remarks" (i.e. hiddlen in the middle of the document) CSimpleStringT. Where I still have to scroll down to "Other resources", and click on CSimpleStringT members[^] It's not just that some new edges are auto-documented verbosely lack information. Even the things that are described have the abysmal usability of a PDF document. Has Microsoft stopped dogfooding their own documentation? (Which would explain some other things circulating about Microsoft lately...)


      Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
      We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
      Linkify!|Fold With Us!

      P Offline
      P Offline
      Phil Harding
      wrote on last edited by
      #2

      Yup, MSDN aint what it used to be X| i.e. usefull


      "I'm not lying, I'm just writing fiction with my mouth"

      Phil Harding.
      myBlog [^] | mySite [^]

      1 Reply Last reply
      0
      • P peterchen

        MSDN "classic" member list had this nice "base class members" link. Now, as an example, CStringT members[^]: I just wnat to find out the exact typedef got the length, so I look for GetLength(), ain't in the list. So off to hunting base class members I go. There is no link on the mebers page. Only a link to CStringT general documentation[^]. There's no link to "base class" at the top, or at the bottom. the declaration at least mentions the base class (that's the first indicator there actually is one). From here, I have two possibilities: Go to the Hierarchy Chart[^] linked at the bottom - but there I'd have to hunt for CStringT before I can arrive at CSimpleString. Another gem listed unter "remarks" (i.e. hiddlen in the middle of the document) CSimpleStringT. Where I still have to scroll down to "Other resources", and click on CSimpleStringT members[^] It's not just that some new edges are auto-documented verbosely lack information. Even the things that are described have the abysmal usability of a PDF document. Has Microsoft stopped dogfooding their own documentation? (Which would explain some other things circulating about Microsoft lately...)


        Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
        We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
        Linkify!|Fold With Us!

        K Offline
        K Offline
        KarstenK
        wrote on last edited by
        #3

        The MSDN got worth and worth. :mad: I am angry because it seems to be that the people at MS do not use their poor work. X|

        Greetings from Germany

        N 1 Reply Last reply
        0
        • K KarstenK

          The MSDN got worth and worth. :mad: I am angry because it seems to be that the people at MS do not use their poor work. X|

          Greetings from Germany

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #4

          KarstenK wrote:

          The MSDN got worth and worth.

          th->se ?

          Regards, Nish


          Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
          Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

          B 1 Reply Last reply
          0
          • P peterchen

            MSDN "classic" member list had this nice "base class members" link. Now, as an example, CStringT members[^]: I just wnat to find out the exact typedef got the length, so I look for GetLength(), ain't in the list. So off to hunting base class members I go. There is no link on the mebers page. Only a link to CStringT general documentation[^]. There's no link to "base class" at the top, or at the bottom. the declaration at least mentions the base class (that's the first indicator there actually is one). From here, I have two possibilities: Go to the Hierarchy Chart[^] linked at the bottom - but there I'd have to hunt for CStringT before I can arrive at CSimpleString. Another gem listed unter "remarks" (i.e. hiddlen in the middle of the document) CSimpleStringT. Where I still have to scroll down to "Other resources", and click on CSimpleStringT members[^] It's not just that some new edges are auto-documented verbosely lack information. Even the things that are described have the abysmal usability of a PDF document. Has Microsoft stopped dogfooding their own documentation? (Which would explain some other things circulating about Microsoft lately...)


            Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
            We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
            Linkify!|Fold With Us!

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #5

            It's just like in films. The sequel is rarely as good as the original.

            the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
            Deja View - the feeling that you've seen this post before.

            1 Reply Last reply
            0
            • N Nish Nishant

              KarstenK wrote:

              The MSDN got worth and worth.

              th->se ?

              Regards, Nish


              Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
              Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)

              B Offline
              B Offline
              benjymous
              wrote on last edited by
              #6

              Duck Season! Wabbit Theason! Duck Season! Wabbit Theason![^]

              1 Reply Last reply
              0
              • P peterchen

                MSDN "classic" member list had this nice "base class members" link. Now, as an example, CStringT members[^]: I just wnat to find out the exact typedef got the length, so I look for GetLength(), ain't in the list. So off to hunting base class members I go. There is no link on the mebers page. Only a link to CStringT general documentation[^]. There's no link to "base class" at the top, or at the bottom. the declaration at least mentions the base class (that's the first indicator there actually is one). From here, I have two possibilities: Go to the Hierarchy Chart[^] linked at the bottom - but there I'd have to hunt for CStringT before I can arrive at CSimpleString. Another gem listed unter "remarks" (i.e. hiddlen in the middle of the document) CSimpleStringT. Where I still have to scroll down to "Other resources", and click on CSimpleStringT members[^] It's not just that some new edges are auto-documented verbosely lack information. Even the things that are described have the abysmal usability of a PDF document. Has Microsoft stopped dogfooding their own documentation? (Which would explain some other things circulating about Microsoft lately...)


                Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
                We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                Linkify!|Fold With Us!

                D Offline
                D Offline
                Dave Kreskowiak
                wrote on last edited by
                #7

                My biggest gripe with MSDN2 is that it insists on reloading that GIGANTIC navigation tree every time you click on a link.

                Dave Kreskowiak Microsoft MVP - Visual Basic

                M 1 Reply Last reply
                0
                • D Dave Kreskowiak

                  My biggest gripe with MSDN2 is that it insists on reloading that GIGANTIC navigation tree every time you click on a link.

                  Dave Kreskowiak Microsoft MVP - Visual Basic

                  M Offline
                  M Offline
                  MitchAubin
                  wrote on last edited by
                  #8

                  Oh my god, you're SO right. It's a chance my company have a good internet provider and they provide fast machines because I tried to load at my parents house (athlon xp 1900+) with a medium speed internet and it took 3 minutes each time the HUGE, massive and completely overkill tree has to load. That was a very frustrating evening!:mad:

                  Jean-Michel Aubin Software Engineer Imaging division Matrox Electronics Ltee.

                  1 Reply Last reply
                  0
                  • P peterchen

                    MSDN "classic" member list had this nice "base class members" link. Now, as an example, CStringT members[^]: I just wnat to find out the exact typedef got the length, so I look for GetLength(), ain't in the list. So off to hunting base class members I go. There is no link on the mebers page. Only a link to CStringT general documentation[^]. There's no link to "base class" at the top, or at the bottom. the declaration at least mentions the base class (that's the first indicator there actually is one). From here, I have two possibilities: Go to the Hierarchy Chart[^] linked at the bottom - but there I'd have to hunt for CStringT before I can arrive at CSimpleString. Another gem listed unter "remarks" (i.e. hiddlen in the middle of the document) CSimpleStringT. Where I still have to scroll down to "Other resources", and click on CSimpleStringT members[^] It's not just that some new edges are auto-documented verbosely lack information. Even the things that are described have the abysmal usability of a PDF document. Has Microsoft stopped dogfooding their own documentation? (Which would explain some other things circulating about Microsoft lately...)


                    Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
                    We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                    Linkify!|Fold With Us!

                    S Offline
                    S Offline
                    Steve Naidamast
                    wrote on last edited by
                    #9

                    MSDN and MSDN2 have always been a mess. Nothing in either of these sites demonstrates that Microsoft web developers have a clue about intuitive design...

                    Steve Naidamast Black Falcon Software, Inc. blackfalconsoftware@ix.netcom.com

                    1 Reply Last reply
                    0
                    • P peterchen

                      MSDN "classic" member list had this nice "base class members" link. Now, as an example, CStringT members[^]: I just wnat to find out the exact typedef got the length, so I look for GetLength(), ain't in the list. So off to hunting base class members I go. There is no link on the mebers page. Only a link to CStringT general documentation[^]. There's no link to "base class" at the top, or at the bottom. the declaration at least mentions the base class (that's the first indicator there actually is one). From here, I have two possibilities: Go to the Hierarchy Chart[^] linked at the bottom - but there I'd have to hunt for CStringT before I can arrive at CSimpleString. Another gem listed unter "remarks" (i.e. hiddlen in the middle of the document) CSimpleStringT. Where I still have to scroll down to "Other resources", and click on CSimpleStringT members[^] It's not just that some new edges are auto-documented verbosely lack information. Even the things that are described have the abysmal usability of a PDF document. Has Microsoft stopped dogfooding their own documentation? (Which would explain some other things circulating about Microsoft lately...)


                      Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
                      We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                      Linkify!|Fold With Us!

                      S Offline
                      S Offline
                      shea c4
                      wrote on last edited by
                      #10

                      MSDN & MSDN2 are awesome. So much more useful than man pages that they're in an entirely separate league. At the top of the page you've got each node in the MSDN documentation tree to the current page. Click on the class itself (CStringT Class) then go to remarks. Now that I think about it, that's kind of a pain. The .NET docs are so much better :)

                      arnshea, MCAD.net, MSc (CS)

                      P 1 Reply Last reply
                      0
                      • S shea c4

                        MSDN & MSDN2 are awesome. So much more useful than man pages that they're in an entirely separate league. At the top of the page you've got each node in the MSDN documentation tree to the current page. Click on the class itself (CStringT Class) then go to remarks. Now that I think about it, that's kind of a pain. The .NET docs are so much better :)

                        arnshea, MCAD.net, MSc (CS)

                        P Offline
                        P Offline
                        peterchen
                        wrote on last edited by
                        #11

                        No doubt MSDN is still good, but it's rapidly loosing.


                        Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
                        We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                        Linkify!|Fold With Us!

                        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