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. It Doesn't Make Sense

It Doesn't Make Sense

Scheduled Pinned Locked Moved The Lounge
csharpc++phpsysadminquestion
19 Posts 13 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 Shog9 0

    MatrixCoder wrote:

    Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages

    I donno. If i had to make a list of reasons why i don't like VB (don't tempt me...), i'm pretty sure "too easy" wouldn't make the cut.

    MatrixCoder wrote:

    But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax?

    Uh... no? They're similar, but hardly the same. Not that i hate PHP, but it's not really any easier to switch from writing C++ to PHP than it is from C++ to Javascript or VB or pig latin...

    MatrixCoder wrote:

    From what I've seen, ASP just looks like a bad version of PHP

    Naw. ASP is way worse. We all hate it. Especially the people who claim to love it - they hate themselves for lying. Fortunately, ASP is dying.

    MatrixCoder wrote:

    from what I've heard MS servers are slow and they're always crashing.

    Heh. Like Kent said, maybe five years ago. Now, they're fast and always crashing. It's fantastic. :cool:

    ----

    i hope you are feeling sleepy for people not calling you by the same.

    --BarnaKol on abusive words

    K Offline
    K Offline
    Kent Sharkey
    wrote on last edited by
    #5

    Shog9 wrote:

    Now, they're fast and always crashing. It's fantastic.

    Oh right, I forgot about Vista. Well, apart from that I'm pretty happy. 2003 R2 is about as stable as my OS X box, and faster on dynamic pages.

    -------------- TTFN - Kent

    S 1 Reply Last reply
    0
    • K Kent Sharkey

      Shog9 wrote:

      Now, they're fast and always crashing. It's fantastic.

      Oh right, I forgot about Vista. Well, apart from that I'm pretty happy. 2003 R2 is about as stable as my OS X box, and faster on dynamic pages.

      -------------- TTFN - Kent

      S Offline
      S Offline
      Shog9 0
      wrote on last edited by
      #6

      Kent Sharkey wrote:

      2003 R2

      I really like that OS. Something about being able to view the list of running processes + services without scrolling just tickles me. But then, i was always a top addict.

      ----

      i hope you are feeling sleepy for people not calling you by the same.

      --BarnaKol on abusive words

      1 Reply Last reply
      0
      • S Shog9 0

        MatrixCoder wrote:

        Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages

        I donno. If i had to make a list of reasons why i don't like VB (don't tempt me...), i'm pretty sure "too easy" wouldn't make the cut.

        MatrixCoder wrote:

        But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax?

        Uh... no? They're similar, but hardly the same. Not that i hate PHP, but it's not really any easier to switch from writing C++ to PHP than it is from C++ to Javascript or VB or pig latin...

        MatrixCoder wrote:

        From what I've seen, ASP just looks like a bad version of PHP

        Naw. ASP is way worse. We all hate it. Especially the people who claim to love it - they hate themselves for lying. Fortunately, ASP is dying.

        MatrixCoder wrote:

        from what I've heard MS servers are slow and they're always crashing.

        Heh. Like Kent said, maybe five years ago. Now, they're fast and always crashing. It's fantastic. :cool:

        ----

        i hope you are feeling sleepy for people not calling you by the same.

        --BarnaKol on abusive words

        M Offline
        M Offline
        MatrixCoder
        wrote on last edited by
        #7

        Shog9 wrote:

        Naw. ASP is way worse. We all hate it.

        Maybe I'm thinking of ASP.Net. What's the difference between that and ASP? It's just like an upgrade (like VB6 and VB.Net), right?


        Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

        S K C 3 Replies Last reply
        0
        • M MatrixCoder

          Shog9 wrote:

          Naw. ASP is way worse. We all hate it.

          Maybe I'm thinking of ASP.Net. What's the difference between that and ASP? It's just like an upgrade (like VB6 and VB.Net), right?


          Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

          S Offline
          S Offline
          Shog9 0
          wrote on last edited by
          #8

          MatrixCoder wrote:

          What's the difference between that and ASP? It's just like an upgrade (like VB6 and VB.Net), right?

          No, they're pretty much completely different. ASP was HTML + simple server-side script. ASP.NET is a whole lot of layers, each crammed chock-full of goodness. Like a stack of Oreo cookies. Mmm... Oreo.NET...

          ----

          i hope you are feeling sleepy for people not calling you by the same.

          --BarnaKol on abusive words

          1 Reply Last reply
          0
          • M MatrixCoder

            Shog9 wrote:

            Naw. ASP is way worse. We all hate it.

            Maybe I'm thinking of ASP.Net. What's the difference between that and ASP? It's just like an upgrade (like VB6 and VB.Net), right?


            Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

            K Offline
            K Offline
            Kent Sharkey
            wrote on last edited by
            #9

            MatrixCoder wrote:

            Maybe I'm thinking of ASP.Net. What's the difference between that and ASP? It's just like an upgrade (like VB6 and VB.Net), right?

            I suppose you could consider it an upgrade. Pretty much in the same way that C++ is an "upgrade" of C. The two have a few things in common (5 objects in particular), but ASP.NET is a significant improvement. For starters:

            • fully compiled code and perf
            • backed by the innumerable classes of the .NET Framework
            • capable of being written in many languages, including C#, VB, Ruby, Python, and even PHP
            • pure HTML output
            • built-in caching, including database and server-based caching
            • built-in support for membership, personalization, user-modifiable pages
            • nice control model

            -------------- TTFN - Kent

            1 Reply Last reply
            0
            • M MatrixCoder

              This has bugged me for a long time. Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages, I agree. So most use C# or C++. But a lot of people here also like ASP over PHP. But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax? It seems like the majority would aim for something similar to what they already use. Am I wrong? Or is it just the fact that PHP is open-source/not Microsoft that turns people away? Plus, to use ASP you must use a Microsoft server, but from what I've heard MS servers are slow and they're always crashing. From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much? :wtf:


              Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

              U Offline
              U Offline
              Uwe Keim
              wrote on last edited by
              #10

              I do hate it for the fact that it has a complete brain-dead syntax and semantic, forcing the programmer (i.e. me) to adjust my habits to match the language, not the other way around.

              -- • Zeta Producer Desktop CMS Intuitive, completely easy-to-use CMS for Windows. • Zeta Helpdesk Open Source ticket software for Windows and web. • Zeta Uploader Easily send large files by e-mail. Windows and web client. • Desargues Innovative, lean and neat calculator for Windows.

              1 Reply Last reply
              0
              • M MatrixCoder

                This has bugged me for a long time. Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages, I agree. So most use C# or C++. But a lot of people here also like ASP over PHP. But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax? It seems like the majority would aim for something similar to what they already use. Am I wrong? Or is it just the fact that PHP is open-source/not Microsoft that turns people away? Plus, to use ASP you must use a Microsoft server, but from what I've heard MS servers are slow and they're always crashing. From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much? :wtf:


                Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

                X Offline
                X Offline
                Xiangyang Liu
                wrote on last edited by
                #11

                MatrixCoder wrote:

                From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much?

                They have to, otherwise there will be no CodeProject.com! :-D

                My .NET Business Application Framework My Home Page

                1 Reply Last reply
                0
                • M MatrixCoder

                  This has bugged me for a long time. Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages, I agree. So most use C# or C++. But a lot of people here also like ASP over PHP. But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax? It seems like the majority would aim for something similar to what they already use. Am I wrong? Or is it just the fact that PHP is open-source/not Microsoft that turns people away? Plus, to use ASP you must use a Microsoft server, but from what I've heard MS servers are slow and they're always crashing. From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much? :wtf:


                  Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

                  A Offline
                  A Offline
                  Ashley van Gerven
                  wrote on last edited by
                  #12

                  MatrixCoder wrote:

                  Why do people like it so much?

                  ASP can call COM compoonents - where C++ programmers can write the serious functionality. But without the COM benefit, PHP dances all over ASP. But then.... ASP.NET came along. I used to be a fan of PHP but then I divorced her and married the curvacious & intelligent ASP.NET (using C# of course!). ;)

                  1 Reply Last reply
                  0
                  • M MatrixCoder

                    This has bugged me for a long time. Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages, I agree. So most use C# or C++. But a lot of people here also like ASP over PHP. But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax? It seems like the majority would aim for something similar to what they already use. Am I wrong? Or is it just the fact that PHP is open-source/not Microsoft that turns people away? Plus, to use ASP you must use a Microsoft server, but from what I've heard MS servers are slow and they're always crashing. From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much? :wtf:


                    Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

                    C Offline
                    C Offline
                    Christian Graus
                    wrote on last edited by
                    #13

                    MatrixCoder wrote:

                    So most use C# or C++.

                    C# is usually no more powerful than VB.NET, it just has less rubbish attached to it.

                    MatrixCoder wrote:

                    But a lot of people here also like ASP over PHP

                    How could anyone like ASP ?

                    MatrixCoder wrote:

                    But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax?

                    ASP.NET *is* C# syntax, and it leaves ASP and PHP for dead.

                    MatrixCoder wrote:

                    but from what I've heard MS servers are slow and they're always crashing.

                    ROTFL - that tells me a lot abou the usefulness of your info sources.

                    MatrixCoder wrote:

                    Why do people like it so much?

                    I can't believe that they do, I think you just don't realise what ASP.NET is.

                    Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                    1 Reply Last reply
                    0
                    • M MatrixCoder

                      Shog9 wrote:

                      Naw. ASP is way worse. We all hate it.

                      Maybe I'm thinking of ASP.Net. What's the difference between that and ASP? It's just like an upgrade (like VB6 and VB.Net), right?


                      Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

                      C Offline
                      C Offline
                      Christian Graus
                      wrote on last edited by
                      #14

                      MatrixCoder wrote:

                      It's just like an upgrade (like VB6 and VB.Net), right?

                      Yes, in the same way that VB.NET is an entirely new language that happens to have VB in tha name, ASP.NET is an entirely new framework that just happens to have ASP in the name. ASP.NET has as much to do with PHP as it does with ASP.

                      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                      1 Reply Last reply
                      0
                      • M MatrixCoder

                        This has bugged me for a long time. Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages, I agree. So most use C# or C++. But a lot of people here also like ASP over PHP. But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax? It seems like the majority would aim for something similar to what they already use. Am I wrong? Or is it just the fact that PHP is open-source/not Microsoft that turns people away? Plus, to use ASP you must use a Microsoft server, but from what I've heard MS servers are slow and they're always crashing. From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much? :wtf:


                        Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

                        M Offline
                        M Offline
                        Member 96
                        wrote on last edited by
                        #15

                        MatrixCoder wrote:

                        but from what I've heard MS servers are slow and they're always crashing

                        If that were true our business would have been in some serious trouble since our entire web presence, support forums and email are hosted on a 2003 server not to mention all our development servers here in our shop, none of which have crashed *ever* since they went into action.

                        MatrixCoder wrote:

                        Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages

                        I don't think that's the reason people here are so vocal about it, sadly some just like to put others down so that they can feel better about themselves or they like that "C++/# boys club no VBgirls allowed" mentality.

                        MatrixCoder wrote:

                        From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much?

                        You do realize this is a mainly Microsoft centric board don't you? Reverse the question and post it on a PHP board and see what answers you get, probably the same as the ones I can predict without reading that already replied to you.


                        "110%" - it's the new 70%

                        L 1 Reply Last reply
                        0
                        • M Member 96

                          MatrixCoder wrote:

                          but from what I've heard MS servers are slow and they're always crashing

                          If that were true our business would have been in some serious trouble since our entire web presence, support forums and email are hosted on a 2003 server not to mention all our development servers here in our shop, none of which have crashed *ever* since they went into action.

                          MatrixCoder wrote:

                          Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages

                          I don't think that's the reason people here are so vocal about it, sadly some just like to put others down so that they can feel better about themselves or they like that "C++/# boys club no VBgirls allowed" mentality.

                          MatrixCoder wrote:

                          From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much?

                          You do realize this is a mainly Microsoft centric board don't you? Reverse the question and post it on a PHP board and see what answers you get, probably the same as the ones I can predict without reading that already replied to you.


                          "110%" - it's the new 70%

                          L Offline
                          L Offline
                          Luis Alonso Ramos
                          wrote on last edited by
                          #16

                          John Cardinal wrote:

                          You do realize this is a mainly Microsoft centric board don't you? Reverse the question and post it on a PHP board and see what answers you get, probably the same as the ones I can predict without reading that already replied to you.

                          Actually, I would predict that responses on a PHP board would be an order of magnitude more violent than responses here... there's a difference about people (in my experience -- exceptions allowed) that are open source advocates and those who are not: open souce followers are quite religious about it (open source is the and only way) while commercial software followers are more open to options (I happen to work with MS software, but if for some situation Java is better, I'll take it).

                          Luis Alonso Ramos Intelectix Chihuahua, Mexico

                          Not much here: My CP Blog!

                          1 Reply Last reply
                          0
                          • M MatrixCoder

                            This has bugged me for a long time. Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages, I agree. So most use C# or C++. But a lot of people here also like ASP over PHP. But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax? It seems like the majority would aim for something similar to what they already use. Am I wrong? Or is it just the fact that PHP is open-source/not Microsoft that turns people away? Plus, to use ASP you must use a Microsoft server, but from what I've heard MS servers are slow and they're always crashing. From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much? :wtf:


                            Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

                            R Offline
                            R Offline
                            R Giskard Reventlov
                            wrote on last edited by
                            #17

                            As a long, long, long time contractor I just follow the money. If someone wants to pay me to use "Ladies ASP" or VB or whatever, I most certainly will. I may feel happier using c# or some other 'proper' language but, just this week, I'm being paid healthy sums of cash to reinvigorate a Classic ASP web site. Maybe next week I'll do Java. All of those of you who moan about or sneer at any language are missing the point. You're code snobs. Who cares? It's like being a car mechanic. Would you refuse to service a Buick cos you normally only work on Cadillacs? Like hell you would. If you had to you'd pick up the manual and learn.

                            home
                            tastier than delicious

                            1 Reply Last reply
                            0
                            • M MatrixCoder

                              This has bugged me for a long time. Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages, I agree. So most use C# or C++. But a lot of people here also like ASP over PHP. But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax? It seems like the majority would aim for something similar to what they already use. Am I wrong? Or is it just the fact that PHP is open-source/not Microsoft that turns people away? Plus, to use ASP you must use a Microsoft server, but from what I've heard MS servers are slow and they're always crashing. From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much? :wtf:


                              Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

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

                              I don't know about VB.NET, but VB<=6 isn't easy, it just tries to pass as easy. It's like a girl that acts all posh and prissy, but once you scrub the color off it's a letdown. ASP ia a serverrt technology that isn't tied to VB, you can use it with JavaScript/JScript, too. I've had a student with slight "MS/ASP/VB is bad" attitude here. In his first project he had a choice between PHP and ASP, pickt PHP for preference. On his secoind project, he was had to do ASP, and felt immensly more empowered than with PHP.


                              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
                              My first real C# project | Linkify!|FoldWithUs! | sighist

                              1 Reply Last reply
                              0
                              • M MatrixCoder

                                This has bugged me for a long time. Most people here don't like VB for the fact that it is to easy and not nearly as powerful as many other languages, I agree. So most use C# or C++. But a lot of people here also like ASP over PHP. But how can the people who like C# and C++ not like PHP, when the languages share pretty much the same syntax? It seems like the majority would aim for something similar to what they already use. Am I wrong? Or is it just the fact that PHP is open-source/not Microsoft that turns people away? Plus, to use ASP you must use a Microsoft server, but from what I've heard MS servers are slow and they're always crashing. From what I've seen, ASP just looks like a bad version of PHP, and not at all as powerful. Why do people like it so much? :wtf:


                                Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.

                                realJSOPR Offline
                                realJSOPR Offline
                                realJSOP
                                wrote on last edited by
                                #19

                                I use PHP...

                                "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                -----
                                "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                                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