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. Other Discussions
  3. The Weird and The Wonderful
  4. A disturbing new trend?

A disturbing new trend?

Scheduled Pinned Locked Moved The Weird and The Wonderful
databasequestioncsharpcomdata-structures
57 Posts 33 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 PIEBALDconsult

    ledtech3 wrote:

    If this is a school project

    That's very likely.

    ledtech3 wrote:

    teacher that needs pulled out of the 80's

    Indeed. I know I'm old-school, but this is a ridiculous level of archeology.

    N Offline
    N Offline
    Nagy Vilmos
    wrote on last edited by
    #25

    PIEBALDconsult wrote:

    I know I'm old-school

    ftfy

    1 Reply Last reply
    0
    • M Marc Clifton

      PIEBALDconsult wrote:

      When I first learned BASIC in the '80s, the only structure available was the array,

      Then C introduced the struct. Then C++ decided struct should have methods, and called it a class and added all sorts of other artifacts (inheritance, polymorphism, and encapsulation.) Then came along relational databases, and we were introduced in C# to a newfangled way of working with structures, the DataTable, DataView and DataSet, but those caused impedence mismatches so a new artifact was born, the ORM. Then the jar-heads decided to inflict themselves on the process because this was all too complicated and created JSON, a string "structure" that took us back to the BASIC 80's of untyped data and structure encoded in the string itself. Simultaneously, the "kids" (who were not even a glimmer in the eyes of their parents in the 80's) decided that relational databases were bad and gave us NoSQL, which, guess what, uses JSON, is document oriented and requires client-side callbacks to "join" data across documents. And this is called progress. Marc

      Imperative to Functional Programming Succinctly Higher Order Programming

      F Offline
      F Offline
      Fabio Franco
      wrote on last edited by
      #26

      Trends and fashion seem to work in cycles and we may be reaching the tipping point: Auto[^] Clothing[^] Gaming[^] :~

      To alcohol! The cause of, and solution to, all of life's problems - Homer Simpson ---- Our heads are round so our thoughts can change direction - Francis Picabia

      1 Reply Last reply
      0
      • M Marc Clifton

        PIEBALDconsult wrote:

        When I first learned BASIC in the '80s, the only structure available was the array,

        Then C introduced the struct. Then C++ decided struct should have methods, and called it a class and added all sorts of other artifacts (inheritance, polymorphism, and encapsulation.) Then came along relational databases, and we were introduced in C# to a newfangled way of working with structures, the DataTable, DataView and DataSet, but those caused impedence mismatches so a new artifact was born, the ORM. Then the jar-heads decided to inflict themselves on the process because this was all too complicated and created JSON, a string "structure" that took us back to the BASIC 80's of untyped data and structure encoded in the string itself. Simultaneously, the "kids" (who were not even a glimmer in the eyes of their parents in the 80's) decided that relational databases were bad and gave us NoSQL, which, guess what, uses JSON, is document oriented and requires client-side callbacks to "join" data across documents. And this is called progress. Marc

        Imperative to Functional Programming Succinctly Higher Order Programming

        T Offline
        T Offline
        Techsys Admin
        wrote on last edited by
        #27

        I am reminded of the quote, "Those who cannot remember the past are condemned to repeat it" - George Santayana.

        1 Reply Last reply
        0
        • M Member 10707677

          I'll match your HP-67 and raise you an HP-35. (Bargain price $397 [3 weeks before HP-21 came out at $180 RRP])

          R Offline
          R Offline
          Roger Wright
          wrote on last edited by
          #28

          Good choices! I had the -21, too, or maybe it was the -25 (I forget), but the -67 hurt the most financially when I was making $5/hr. Now I have and use a HP-12C and -15C, and for some reason keep a -48G around; I've never quite mastered that one.

          Will Rogers never met me.

          1 Reply Last reply
          0
          • P PhilLenoir

            I'd heard of COBOL.NET, but since I last touched COBOL almost 30 years ago I though I'd do a quick search. I found this:

            program-id. Program1 as "ConsoleHelloWorld.Program1".
            data division.
            working-storage section.
            procedure division.
            display "Hello World"
            goback.
            end program Program1.

            X|

            Life is like a s**t sandwich; the more bread you have, the less s**t you eat.

            D Offline
            D Offline
            Dan Neely
            wrote on last edited by
            #29

            You can use COBOL to write restful webservices these days... http://azac.pl/cobol-on-wheelchair/[^]

            Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

            P 1 Reply Last reply
            0
            • G Garth J Lancaster

              COBOL's a pleasure compared to RPG !!! (IBM AS/400 for example)

              P Offline
              P Offline
              PhilLenoir
              wrote on last edited by
              #30

              I've never "played" with RPG (unless we're talking Doom!), but I've had my time with AS400 "screen scrapes".

              Life is like a s**t sandwich; the more bread you have, the less s**t you eat.

              G 1 Reply Last reply
              0
              • D Dan Neely

                You can use COBOL to write restful webservices these days... http://azac.pl/cobol-on-wheelchair/[^]

                Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                P Offline
                P Offline
                PhilLenoir
                wrote on last edited by
                #31

                You can probably go from Land's End to John O'Groats on a unicycle, but should you! :)

                Life is like a s**t sandwich; the more bread you have, the less s**t you eat.

                D 1 Reply Last reply
                0
                • R Roger Wright

                  PIEBALDconsult wrote:

                  When I first learned BASIC in the '80s, the only structure available was the array,

                  When I first learned BASIC in the '70s, the only arrays we had were 1 dimensional, 20 DATA 12, 22, 15, 'X' . . . 120 READ A, B, C, $D 130 GOTO 9999 . . . 9999 LPRINT A, B, C, $D 10000 END

                  Will Rogers never met me.

                  P Offline
                  P Offline
                  PhilLenoir
                  wrote on last edited by
                  #32

                  When I were a lad, y'know we flipped them switches by 'and. You 'ad it good, we 'ad to turn the handle on t' side 'n t' only electric we 'ad was when we got struck by lightning.

                  Life is like a s**t sandwich; the more bread you have, the less s**t you eat.

                  1 Reply Last reply
                  0
                  • G Garth J Lancaster

                    COBOL's a pleasure compared to RPG !!! (IBM AS/400 for example)

                    R Offline
                    R Offline
                    rnbergren
                    wrote on last edited by
                    #33

                    Hey now, RPG was the bomb compared to Assembler. I loved the AS/400

                    To err is human to really mess up you need a computer

                    G 1 Reply Last reply
                    0
                    • M Marc Clifton

                      PIEBALDconsult wrote:

                      When I first learned BASIC in the '80s, the only structure available was the array,

                      Then C introduced the struct. Then C++ decided struct should have methods, and called it a class and added all sorts of other artifacts (inheritance, polymorphism, and encapsulation.) Then came along relational databases, and we were introduced in C# to a newfangled way of working with structures, the DataTable, DataView and DataSet, but those caused impedence mismatches so a new artifact was born, the ORM. Then the jar-heads decided to inflict themselves on the process because this was all too complicated and created JSON, a string "structure" that took us back to the BASIC 80's of untyped data and structure encoded in the string itself. Simultaneously, the "kids" (who were not even a glimmer in the eyes of their parents in the 80's) decided that relational databases were bad and gave us NoSQL, which, guess what, uses JSON, is document oriented and requires client-side callbacks to "join" data across documents. And this is called progress. Marc

                      Imperative to Functional Programming Succinctly Higher Order Programming

                      B Offline
                      B Offline
                      B Clay Shannon
                      wrote on last edited by
                      #34

                      "Then the jar-heads decided to..." This is the first I've heard of the involvement of the U.S. Marines in programming lore, and I must say, I'm skeptical. Weren't they too busy in the Halls of Montezuma and the Shores of Tripoli to be flipping bits and decoding bytes and such?

                      M S P 3 Replies Last reply
                      0
                      • P PhilLenoir

                        You can probably go from Land's End to John O'Groats on a unicycle, but should you! :)

                        Life is like a s**t sandwich; the more bread you have, the less s**t you eat.

                        D Offline
                        D Offline
                        Dan Neely
                        wrote on last edited by
                        #35

                        Depends on how important the charity you're sponsoring is to you. Apparently it can be done in less than 9 days in a wheelchair, so you'd only have to take one week of work off. :laugh:

                        Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                        P 1 Reply Last reply
                        0
                        • D Dan Neely

                          Depends on how important the charity you're sponsoring is to you. Apparently it can be done in less than 9 days in a wheelchair, so you'd only have to take one week of work off. :laugh:

                          Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                          P Offline
                          P Offline
                          PhilLenoir
                          wrote on last edited by
                          #36

                          Dan, I said

                          Quote:

                          You can probably go from Land's End to John O'Groats on a unicycle.

                          I can't even ride one. Let me know when you're going, I'll chip in some sponsorship!

                          Life is like a s**t sandwich; the more bread you have, the less s**t you eat.

                          D 1 Reply Last reply
                          0
                          • P PhilLenoir

                            Dan, I said

                            Quote:

                            You can probably go from Land's End to John O'Groats on a unicycle.

                            I can't even ride one. Let me know when you're going, I'll chip in some sponsorship!

                            Life is like a s**t sandwich; the more bread you have, the less s**t you eat.

                            D Offline
                            D Offline
                            Dan Neely
                            wrote on last edited by
                            #37

                            If you can find me a 50k sponsorship I'll learn to ride and start on the 32nd of Nevember. :doh:

                            Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                            P 1 Reply Last reply
                            0
                            • D Dan Neely

                              If you can find me a 50k sponsorship I'll learn to ride and start on the 32nd of Nevember. :doh:

                              Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                              P Offline
                              P Offline
                              PhilLenoir
                              wrote on last edited by
                              #38

                              If I could find a 50k sponsorship I'd learn to ride one myself.

                              Life is like a s**t sandwich; the more bread you have, the less s**t you eat.

                              1 Reply Last reply
                              0
                              • M Marc Clifton

                                PIEBALDconsult wrote:

                                When I first learned BASIC in the '80s, the only structure available was the array,

                                Then C introduced the struct. Then C++ decided struct should have methods, and called it a class and added all sorts of other artifacts (inheritance, polymorphism, and encapsulation.) Then came along relational databases, and we were introduced in C# to a newfangled way of working with structures, the DataTable, DataView and DataSet, but those caused impedence mismatches so a new artifact was born, the ORM. Then the jar-heads decided to inflict themselves on the process because this was all too complicated and created JSON, a string "structure" that took us back to the BASIC 80's of untyped data and structure encoded in the string itself. Simultaneously, the "kids" (who were not even a glimmer in the eyes of their parents in the 80's) decided that relational databases were bad and gave us NoSQL, which, guess what, uses JSON, is document oriented and requires client-side callbacks to "join" data across documents. And this is called progress. Marc

                                Imperative to Functional Programming Succinctly Higher Order Programming

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

                                RESTFul services are also a big step forward.

                                1 Reply Last reply
                                0
                                • B B Clay Shannon

                                  "Then the jar-heads decided to..." This is the first I've heard of the involvement of the U.S. Marines in programming lore, and I must say, I'm skeptical. Weren't they too busy in the Halls of Montezuma and the Shores of Tripoli to be flipping bits and decoding bytes and such?

                                  M Offline
                                  M Offline
                                  Marc Clifton
                                  wrote on last edited by
                                  #40

                                  B. Clay Shannon wrote:

                                  This is the first I've heard of the involvement of the U.S. Marines in programming lore,

                                  I know, it's a bad pun on my part of Java libraries known as JAR. :) Marc

                                  Imperative to Functional Programming Succinctly Higher Order Programming

                                  1 Reply Last reply
                                  0
                                  • B B Clay Shannon

                                    "Then the jar-heads decided to..." This is the first I've heard of the involvement of the U.S. Marines in programming lore, and I must say, I'm skeptical. Weren't they too busy in the Halls of Montezuma and the Shores of Tripoli to be flipping bits and decoding bytes and such?

                                    S Offline
                                    S Offline
                                    svella
                                    wrote on last edited by
                                    #41

                                    B. Clay Shannon wrote:

                                    This is the first I've heard of the involvement of the U.S. Marines in programming lore, and I must say, I'm skeptical. Weren't they too busy in the Halls of Montezuma and the Shores of Tripoli to be flipping bits and decoding bytes and such?

                                    My boss learned to program in the Marines in the early 90's- using Ada no less.

                                    1 Reply Last reply
                                    0
                                    • B B Clay Shannon

                                      "Then the jar-heads decided to..." This is the first I've heard of the involvement of the U.S. Marines in programming lore, and I must say, I'm skeptical. Weren't they too busy in the Halls of Montezuma and the Shores of Tripoli to be flipping bits and decoding bytes and such?

                                      P Offline
                                      P Offline
                                      PIEBALDconsult
                                      wrote on last edited by
                                      #42

                                      The U.S. Marines are part of the U.S. Navy. The U.S. Navy gave us Admiral Grace Hopper. Admiral Grace Hopper gave us COBOL. :-\

                                      D 1 Reply Last reply
                                      0
                                      • M Mark_Wallace

                                        Ah, the good old days... I was early enough not to taught that the string is a data type, but that it's an array (which it still is, but no-one bothers to try to get that into their heads any more), and I've twice seen people reinventing the string by creating an array of characters that can be truncated, searched through, etc. And if I had a penny for every vacant stare I've seen when linked lists were mentioned... * * I could probably buy a Mars bar, but I'd rather let everyone's imagination exaggerate it for me

                                        I wanna be a eunuchs developer! Pass me a bread knife!

                                        P Offline
                                        P Offline
                                        PIEBALDconsult
                                        wrote on last edited by
                                        #43

                                        Mark_Wallace wrote:

                                        it's an array (which it still is, but no-one bothers to try to get that into their heads

                                        Oh, you mean they who do char[] c = s.ToCharArray() or char[] c = s.ToArray<char>() ? :doh:

                                        1 Reply Last reply
                                        0
                                        • M Marc Clifton

                                          PIEBALDconsult wrote:

                                          When I first learned BASIC in the '80s, the only structure available was the array,

                                          Then C introduced the struct. Then C++ decided struct should have methods, and called it a class and added all sorts of other artifacts (inheritance, polymorphism, and encapsulation.) Then came along relational databases, and we were introduced in C# to a newfangled way of working with structures, the DataTable, DataView and DataSet, but those caused impedence mismatches so a new artifact was born, the ORM. Then the jar-heads decided to inflict themselves on the process because this was all too complicated and created JSON, a string "structure" that took us back to the BASIC 80's of untyped data and structure encoded in the string itself. Simultaneously, the "kids" (who were not even a glimmer in the eyes of their parents in the 80's) decided that relational databases were bad and gave us NoSQL, which, guess what, uses JSON, is document oriented and requires client-side callbacks to "join" data across documents. And this is called progress. Marc

                                          Imperative to Functional Programming Succinctly Higher Order Programming

                                          OriginalGriffO Offline
                                          OriginalGriffO Offline
                                          OriginalGriff
                                          wrote on last edited by
                                          #44

                                          And don't forget how hard we all worked to get rid of the "Mainframe+dumb terminal" structure and introduce distributed, networked, intelligent workstations instead. Now they push the Cloud: centralized data and processing again, but with your data controlled and protected by the lowest bidder... :doh:

                                          Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                                          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                          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