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. Web apps vs desktop apps

Web apps vs desktop apps

Scheduled Pinned Locked Moved The Lounge
c++visual-studiolearning
14 Posts 8 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.
  • M Marc Clifton

    Both are hard. Actually, I'd say web apps are harder, because you can, for example, write the ASP.NET code in C#, but you really need to know HTML, and you're almost certainly going to need JavaScript for client side performance. Three "languages". A desktop app, well, is just one language [edit] geez, well, 2, if you include declarative programming. How I managed not to plug that is beyond me. Thanks Nish! [/edit] Marc MyXaml Advanced Unit Testing YAPO

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

    Marc Clifton wrote: A desktop app, well, is just one language. Sometimes using certain er markup languages you can write desktop apps without a language per se :rolleyes:

    C M 2 Replies Last reply
    0
    • N Nish Nishant

      Marc Clifton wrote: A desktop app, well, is just one language. Sometimes using certain er markup languages you can write desktop apps without a language per se :rolleyes:

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

      Hey Nish, I thought we were leaving the VB guys alone ? Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

      M N 2 Replies Last reply
      0
      • C Christian Graus

        Hey Nish, I thought we were leaving the VB guys alone ? Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

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

        Christian Graus wrote: Hey Nish, I thought we were leaving the VB guys alone ? Huh? Is someone calling me a VB guy? Marc MyXaml Advanced Unit Testing YAPO

        C 1 Reply Last reply
        0
        • N Nish Nishant

          Marc Clifton wrote: A desktop app, well, is just one language. Sometimes using certain er markup languages you can write desktop apps without a language per se :rolleyes:

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

          Nishant S wrote: Sometimes using certain er markup languages you can write desktop apps without a language per se Err, yeah! That's right! Something-xaml, right? :-D Marc MyXaml Advanced Unit Testing YAPO

          N D 2 Replies Last reply
          0
          • M Marc Clifton

            Christian Graus wrote: Hey Nish, I thought we were leaving the VB guys alone ? Huh? Is someone calling me a VB guy? Marc MyXaml Advanced Unit Testing YAPO

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

            *grin* I knew he wasn't talking about VB, but I felt the comment about writing desktop apps without a language was just too good to resist. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

            M 1 Reply Last reply
            0
            • C Christian Graus

              *grin* I knew he wasn't talking about VB, but I felt the comment about writing desktop apps without a language was just too good to resist. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

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

              Christian Graus wrote: but I felt the comment about writing desktop apps without a language was just too good to resist. Ah. I think I'm too wiped to have caught that. Good to take those opportunities! :-D Marc MyXaml Advanced Unit Testing YAPO

              1 Reply Last reply
              0
              • M Marc Clifton

                Nishant S wrote: Sometimes using certain er markup languages you can write desktop apps without a language per se Err, yeah! That's right! Something-xaml, right? :-D Marc MyXaml Advanced Unit Testing YAPO

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

                Marc Clifton wrote: Err, yeah! That's right! Something-xaml, right? :-D

                1 Reply Last reply
                0
                • C Christian Graus

                  Hey Nish, I thought we were leaving the VB guys alone ? Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

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

                  Christian Graus wrote: Hey Nish, I thought we were leaving the VB guys alone ? :laugh:

                  1 Reply Last reply
                  0
                  • G Gabriel P G

                    Hi, I´m looking for some info with a comparison of the ease of learning of web apps against the ease of learning of desktop apps. I´ve always heard that web applications are easier to learn, but i cannot find a paper with such a comparison. Thanks Gabriel Old C++ programmers never die. They just cast into void

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

                    Gabriel Gibaut wrote: the ease of learning of web apps against the ease of learning of desktop apps Do you mean the programmer learning to write the apps or the end user learnig to use them? -- LuisR


                    Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

                    1 Reply Last reply
                    0
                    • G Gabriel P G

                      Hi, I´m looking for some info with a comparison of the ease of learning of web apps against the ease of learning of desktop apps. I´ve always heard that web applications are easier to learn, but i cannot find a paper with such a comparison. Thanks Gabriel Old C++ programmers never die. They just cast into void

                      V Offline
                      V Offline
                      V 0
                      wrote on last edited by
                      #12

                      I would say the window apps were easier. Depends on which language you use maybe. C++ has a higher learning curve then C# eg. In web apps you have to know at least 3 extra things: 1. html 2. scripting language like javascript 3. page life-cycle also if you would like to keep object between pages you have to save them or pass them to the next page manually, in windows apps this is not the case. hope this helps. No hurries, no worries.

                      1 Reply Last reply
                      0
                      • M Marc Clifton

                        Nishant S wrote: Sometimes using certain er markup languages you can write desktop apps without a language per se Err, yeah! That's right! Something-xaml, right? :-D Marc MyXaml Advanced Unit Testing YAPO

                        D Offline
                        D Offline
                        Daniel Turini
                        wrote on last edited by
                        #13

                        Marc Clifton wrote: Err, yeah! That's right! Something-xaml, right? IIRC, the name was Xamlon, right? :-D I see dead pixels Yes, even I am blogging now!

                        1 Reply Last reply
                        0
                        • G Gabriel P G

                          Hi, I´m looking for some info with a comparison of the ease of learning of web apps against the ease of learning of desktop apps. I´ve always heard that web applications are easier to learn, but i cannot find a paper with such a comparison. Thanks Gabriel Old C++ programmers never die. They just cast into void

                          C Offline
                          C Offline
                          CP Visitor
                          wrote on last edited by
                          #14

                          Gabriel Gibaut wrote: I´m looking for some info with a comparison of the ease of learning of web apps against the ease of learning of desktop apps. I´ve always heard that web applications are easier to learn, but i cannot find a paper with such a comparison. "It takes many more years of experience to be an intermediate C++ programmer than it does to be an intermediate PHP programmer." Rohan Pall[^]

                          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