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. General Programming
  3. Visual Studio
  4. VS SP's Question

VS SP's Question

Scheduled Pinned Locked Moved Visual Studio
questionsharepointvisual-studiohelp
17 Posts 4 Posters 2 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.
  • L Lost User

    Coder For Hire wrote:

    Where's the code example??

    It would be redundant to copy the same example of how to start a Process, for each and every option that the Process-class has. I love it; the page you linked to contains everything I need, nothing less, nothing more.

    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

    K Offline
    K Offline
    Kevin Marois
    wrote on last edited by
    #8

    The interface page I linked to shows method signatures only... not how to actually USE the interface. I could have gotten this information from the Object Browser and still be left wondering.

    If it's not broken, fix it until it is

    L 1 Reply Last reply
    0
    • K Kevin Marois

      I don't see how people think MSDN is useful. Here's a great example[^]. Now I know how to use this interface, but if you search Google, the first hit was this, so I click it, and there's NOTHING THERE! Where's the code example?? THAT'S what most people want to see. Telling someone what it does it not the same as SHOWING someone. It's WAY too little, IMHO. The inverse is this[^]. WAY too much info for a simple subject. The point is, MSDN is technically accurate in that WHAT is presents is right, but how much is presents, or the practicality of the examples, are mostly useless. It's quicker to Google it, or, like I did, come here & post a quick question.

      If it's not broken, fix it until it is

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

      Except that your examples are examples of totally different things. The first one is a specific interface notification (like a method), and the second is the introduction to a complete class. And in both cases the information is pretty complete.

      K 1 Reply Last reply
      0
      • L Lost User

        Except that your examples are examples of totally different things. The first one is a specific interface notification (like a method), and the second is the introduction to a complete class. And in both cases the information is pretty complete.

        K Offline
        K Offline
        Kevin Marois
        wrote on last edited by
        #10

        I understand that.. I was making a point. There's no reason why the interface can't show an example. Plus, if you click the Events link, then the CollectionChanged link - there's ZERO code in either. So WHY post it?? You end up going to Google anyway.

        If it's not broken, fix it until it is

        1 Reply Last reply
        0
        • K Kevin Marois

          The interface page I linked to shows method signatures only... not how to actually USE the interface. I could have gotten this information from the Object Browser and still be left wondering.

          If it's not broken, fix it until it is

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

          Coder For Hire wrote:

          The interface page I linked to shows method signatures only...

          There's a bit more on that page than just a signature, and like I said, it would be redundant to copy the same example all over the place.

          Coder For Hire wrote:

          I could have gotten this information from the Object Browser and still be left wondering.

          Yes, complete with links to how-to topics, walkthroughs, and more :)

          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

          K 1 Reply Last reply
          0
          • L Lost User

            Coder For Hire wrote:

            The interface page I linked to shows method signatures only...

            There's a bit more on that page than just a signature, and like I said, it would be redundant to copy the same example all over the place.

            Coder For Hire wrote:

            I could have gotten this information from the Object Browser and still be left wondering.

            Yes, complete with links to how-to topics, walkthroughs, and more :)

            Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

            K Offline
            K Offline
            Kevin Marois
            wrote on last edited by
            #12

            Eddy Vluggen wrote:

            Yes, complete with links to how-to topics, walkthroughs, and more :)

            Where in the VS Object Browser do you see this? I entered INotifyPropertyChanged into the search field, and I get 6 hits. None show how-to topics, walkthroughs, and more. All I see is the PropertyChanged event definition listed.

            If it's not broken, fix it until it is

            L 1 Reply Last reply
            0
            • K Kevin Marois

              Eddy Vluggen wrote:

              Yes, complete with links to how-to topics, walkthroughs, and more :)

              Where in the VS Object Browser do you see this? I entered INotifyPropertyChanged into the search field, and I get 6 hits. None show how-to topics, walkthroughs, and more. All I see is the PropertyChanged event definition listed.

              If it's not broken, fix it until it is

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

              Coder For Hire wrote:

              Where in the VS Object Browser do you see this?

              You don't; that's the difference between having the signature from reflection and a technical reference.

              Coder For Hire wrote:

              I entered INotifyPropertyChanged into the search field, and I get 6 hits.

              https://www.google.com/?gws_rd=ssl#safe=off&q=site:msdn.microsoft.com+inotifypropertychanged+howto[^]

              Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

              K 1 Reply Last reply
              0
              • L Lost User

                Coder For Hire wrote:

                Where in the VS Object Browser do you see this?

                You don't; that's the difference between having the signature from reflection and a technical reference.

                Coder For Hire wrote:

                I entered INotifyPropertyChanged into the search field, and I get 6 hits.

                https://www.google.com/?gws_rd=ssl#safe=off&q=site:msdn.microsoft.com+inotifypropertychanged+howto[^]

                Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                K Offline
                K Offline
                Kevin Marois
                wrote on last edited by
                #14

                I don't understand... I posted that I could get the same info from the object browser. You replied "Yup along with how-to, examples..." So I asked, Where in the Object Browser are you seeing this, because it's not there for me. Then you replied "You don't; that's the difference between having the signature from reflection and a technical reference." You're only supporting what I've been saying all along. MSDN sucks ass, and the object browser only repeats what MSDN shows. Google is your friend.

                If it's not broken, fix it until it is

                L 1 Reply Last reply
                0
                • K Kevin Marois

                  I don't understand... I posted that I could get the same info from the object browser. You replied "Yup along with how-to, examples..." So I asked, Where in the Object Browser are you seeing this, because it's not there for me. Then you replied "You don't; that's the difference between having the signature from reflection and a technical reference." You're only supporting what I've been saying all along. MSDN sucks ass, and the object browser only repeats what MSDN shows. Google is your friend.

                  If it's not broken, fix it until it is

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

                  Coder For Hire wrote:

                  You replied "Yup along with how-to, examples..."

                  My apologies for the sarcasm.

                  Coder For Hire wrote:

                  You're only supporting what I've been saying all along. MSDN sucks ass, and the object browser only repeats what MSDN shows.

                  Yes, you already stated that it only shows a method-signature. I already stated it shows more. You stated you cannot find the howto's using the search-box, I've shown that Google has no trouble finding them.

                  Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                  K 1 Reply Last reply
                  0
                  • L Lost User

                    Coder For Hire wrote:

                    You replied "Yup along with how-to, examples..."

                    My apologies for the sarcasm.

                    Coder For Hire wrote:

                    You're only supporting what I've been saying all along. MSDN sucks ass, and the object browser only repeats what MSDN shows.

                    Yes, you already stated that it only shows a method-signature. I already stated it shows more. You stated you cannot find the howto's using the search-box, I've shown that Google has no trouble finding them.

                    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

                    K Offline
                    K Offline
                    Kevin Marois
                    wrote on last edited by
                    #16

                    Ahh, ok..

                    If it's not broken, fix it until it is

                    1 Reply Last reply
                    0
                    • K Kevin Marois

                      Are VS service pack downloads all inclusive? If I get SP4, am I getting 1, 2, and 3 also?

                      If it's not broken, fix it until it is

                      K Offline
                      K Offline
                      Kevin McFarlane
                      wrote on last edited by
                      #17

                      Yes. However, with VS 2012 and later, MS have moved to the "Update" model. I'm not sure if these are guaranteed to be cumulative, although they appear to be for now. But when MS depart from this model they usually say so on the download page, i.e., they will list prerequisites.

                      Kevin

                      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