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. Skill sets still decide choices between C#, VB.NET and Java

Skill sets still decide choices between C#, VB.NET and Java

Scheduled Pinned Locked Moved The Lounge
csharpjavaquestionannouncement
16 Posts 7 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.
  • B Bradml

    J4amieC wrote:

    ASP.NET is written in any supported language.

    ASP can be interpreted as a language can't it? I mean PHP is a language and they have similar functions don't they?


    Brad Australian "Keyboard? Ha! I throw magnets over the RAM chips!" - peterchen

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

    PHP is similar to ASP in that PHP lets you create web pages with embedded code that runs at the server end. However, PHP has its own specific syntax, as it is a single language You can create ASP pages in C# or VB or any other supported language In a similar way, CGI is a system that lets executables run on the web server and output html markup (or xml, or any other mime type you fancy) CGI seems typically to be written in perl, but it can in fact use any language capable of outputting text to std::out (such as C++)

    B 1 Reply Last reply
    0
    • B Bradml

      J4amieC wrote:

      ASP.NET is written in any supported language.

      ASP can be interpreted as a language can't it? I mean PHP is a language and they have similar functions don't they?


      Brad Australian "Keyboard? Ha! I throw magnets over the RAM chips!" - peterchen

      J Offline
      J Offline
      J4amieC
      wrote on last edited by
      #7

      Bradml wrote:

      I mean PHP is a language and they have similar functions don't they?

      No, and No.

      --- How to get answers to your questions[^]

      1 Reply Last reply
      0
      • B Bradml

        J4amieC wrote:

        ASP.NET is written in any supported language.

        ASP can be interpreted as a language can't it? I mean PHP is a language and they have similar functions don't they?


        Brad Australian "Keyboard? Ha! I throw magnets over the RAM chips!" - peterchen

        N Offline
        N Offline
        NormDroid
        wrote on last edited by
        #8

        ASP = FRAMEWORK

        We made the buttons on the screen look so good you'll want to lick them. Steve Jobs

        B 1 Reply Last reply
        0
        • N NormDroid

          ASP = FRAMEWORK

          We made the buttons on the screen look so good you'll want to lick them. Steve Jobs

          B Offline
          B Offline
          Bradml
          wrote on last edited by
          #9

          Fair enough.


          Brad Australian "Keyboard? Ha! I throw magnets over the RAM chips!" - peterchen

          N 1 Reply Last reply
          0
          • B benjymous

            PHP is similar to ASP in that PHP lets you create web pages with embedded code that runs at the server end. However, PHP has its own specific syntax, as it is a single language You can create ASP pages in C# or VB or any other supported language In a similar way, CGI is a system that lets executables run on the web server and output html markup (or xml, or any other mime type you fancy) CGI seems typically to be written in perl, but it can in fact use any language capable of outputting text to std::out (such as C++)

            B Offline
            B Offline
            Bradml
            wrote on last edited by
            #10

            Ok that explains why my ASP never works out just as planned.


            Brad Australian "Keyboard? Ha! I throw magnets over the RAM chips!" - peterchen

            1 Reply Last reply
            0
            • B Bradml

              Fair enough.


              Brad Australian "Keyboard? Ha! I throw magnets over the RAM chips!" - peterchen

              N Offline
              N Offline
              NormDroid
              wrote on last edited by
              #11

              It's not you :), people say 'oh I program in .net' or agencies say 'we've got a position for .net programmer', these guys haven't a clue.

              We made the buttons on the screen look so good you'll want to lick them. Steve Jobs

              B B 2 Replies Last reply
              0
              • N NormDroid

                It's not you :), people say 'oh I program in .net' or agencies say 'we've got a position for .net programmer', these guys haven't a clue.

                We made the buttons on the screen look so good you'll want to lick them. Steve Jobs

                B Offline
                B Offline
                Brady Kelly
                wrote on last edited by
                #12

                I'd have to argue there. A .NET programmer is somebody who programs the .NET CLR using one of the .NET languages. I'd hardly go so far as to say a .NET programmer is somebody who writes MSIL code, but yes, there is such a thing as a .NET programmer, but they have to specialize in one of the .NET languages to do that.

                C 1 Reply Last reply
                0
                • N NormDroid

                  It's not you :), people say 'oh I program in .net' or agencies say 'we've got a position for .net programmer', these guys haven't a clue.

                  We made the buttons on the screen look so good you'll want to lick them. Steve Jobs

                  B Offline
                  B Offline
                  Bradml
                  wrote on last edited by
                  #13

                  Just so you know, I don't pretend to be a .Net programmer. I can do a bit in C# but my best work is done with legacy languages (PHP[not-so-legacy], C++, Java, etc.). [addin] infact i own: http://www.IDontWantToUse.net[^] I had forgotten about that until just then... better start on it! [/addin]


                  Brad Australian "Keyboard? Ha! I throw magnets over the RAM chips!" - peterchen

                  1 Reply Last reply
                  0
                  • J J4amieC

                    Sorry, stopped reading when the author showed themselves to be ignorant: "...61.5% – are using C# as their main programming language, followed by VB.NET (11.1%), ASP.NET (8.8%), Java (8.4%) and C++ (3%)" Yes, because ASP.NET really is a language all to itself :rolleyes: -- modified at 7:07 Thursday 21st December, 2006 (Spelling)

                    --- How to get answers to your questions[^]

                    C Offline
                    C Offline
                    Christopher06
                    wrote on last edited by
                    #14

                    Is it the author that's ignorant? Or the people who voted that ASP.NET was their main programming language of choice?? I vote the latter. :)

                    B 1 Reply Last reply
                    0
                    • B Brady Kelly

                      I'd have to argue there. A .NET programmer is somebody who programs the .NET CLR using one of the .NET languages. I'd hardly go so far as to say a .NET programmer is somebody who writes MSIL code, but yes, there is such a thing as a .NET programmer, but they have to specialize in one of the .NET languages to do that.

                      C Offline
                      C Offline
                      Christopher06
                      wrote on last edited by
                      #15

                      Hrmm, as you may be right... :) I do not think this survey took that into account. It's more likely the guys who write web applications who use drag and drop methods said they use ASP.Net as their primary language... :laugh:

                      1 Reply Last reply
                      0
                      • C Christopher06

                        Is it the author that's ignorant? Or the people who voted that ASP.NET was their main programming language of choice?? I vote the latter. :)

                        B Offline
                        B Offline
                        Brady Kelly
                        wrote on last edited by
                        #16

                        It's easy to cover up just by keeping the survey results but phrasing it as Development Tool of Choice instead of Language of Choice.

                        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