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. Xamarin is impressive, but..

Xamarin is impressive, but..

Scheduled Pinned Locked Moved The Lounge
questioncsharpmobile
50 Posts 24 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.
  • pkfoxP pkfox

    +1 for the absurd pricing, we are the people they should be courting for business and they don't even have a proper free dev or academic license for evaluation.

    We can’t stop here, this is bat country - Hunter S Thompson RIP

    R Offline
    R Offline
    Ravi Bhavnani
    wrote on last edited by
    #41

    pkfox wrote:

    they don't even have a proper free dev or academic license for evaluation.

    Actually they do.  And if you're an MSDN subscriber your eval license (with support) is automatically extended to 90 days. /ravi

    My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

    1 Reply Last reply
    0
    • P PhilLenoir

      What about ... dare I say it ... VB (gasp). Or Fortran.NET .... COBOL.NET. I've mentioned COBOL 3 times this week. I fear my account may get deleted.:~

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

      M Offline
      M Offline
      Matt McGuire
      wrote on last edited by
      #42

      Exactly, lots of developers know and use VB (although getting constantly slammed for language choice gets tiring). With VB.net and C# being functionally equivalent, and compiling to the same IL; why not add it? I've actually had a COBOL book sitting in my wish list on amazon for the last 6 months now, temped to buy it and learn something new (old? :wtf: )

      P 1 Reply Last reply
      0
      • M Mladen Jankovic

        Matt McGuire wrote:

        Everyone has their own personal preferences.

        Well since you insist - Java stinks!

        Commodore 64 emulator for Windows Phone

        M Offline
        M Offline
        Matt McGuire
        wrote on last edited by
        #43

        :laugh:

        1 Reply Last reply
        0
        • T Tokinabo

          I don't like C# either, I'm more into VB or languages without all the {{{}}} and ;;;;; But since there are a lot of translaters out there to convert VB into C#, we don't have to worry. In my case, I guess I just have to code in VB and once done, let an engine translate it to me into C#. Never tried Xamarin though, so no proof that will work well but it seems doable. It also seems that Xamarin uses the MSIL code, that same code VB is turned into just like C#. If this is true, VB can easily be implemented as well in Xamarin. To be continued...

          Lead, follow or get out of the way!

          M Offline
          M Offline
          Matt McGuire
          wrote on last edited by
          #44

          Agreed about the {{{}}} if the indenting is off (or forgotten), it is a pain to find the subtle problems. I really do prefer:

          sub ...
          if ...
          for...
          ...
          next
          end if
          end sub

          But I sometimes admit the C# can look a little cleaner in it's language like the for loop C#'s switch seems messy, but VB's select feels more flexible. Trade off's I suppose. Dabbling in D (not .NET). really liking this lang, even if it still uses {{{}}};;

          T 1 Reply Last reply
          0
          • D David C Hobbyist

            Now That was Funny. But i love sprouts. :)

            David

            R Offline
            R Offline
            rhyous
            wrote on last edited by
            #45

            I like Brussels sprout and C#.

            1 Reply Last reply
            0
            • M Matt McGuire

              Exactly, lots of developers know and use VB (although getting constantly slammed for language choice gets tiring). With VB.net and C# being functionally equivalent, and compiling to the same IL; why not add it? I've actually had a COBOL book sitting in my wish list on amazon for the last 6 months now, temped to buy it and learn something new (old? :wtf: )

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

              I try to ignore it. Much of the banter is meant in good humour. I've lived through many variations of technology prejudice. At Uni, much of my study was using C and Unix. My first job was in a VMS shop (bah! Unix, bunch of hackers!) They were horrified when I added some shell script batch commands to unixify my environment (removing a directory was painful under VMS, to say nothing of DIR *.*;* and deleting all versions of a file!). Dos => Windows - "All I need is a C prompt!" My involvement with VB was VB3. As a dyed in the wool C guy, it was a bit of a joke. Except it wasn't. It was great for prototyping and building user interfaces. With VB4 and OO (sort of) we were off to the races and I became a convert. I later did a project with a C++ programmer who had coded VB6 like C++ and the performance was awful and the code lengthy. After I sorted it out, he became a convert too. Tools have their strengths and weaknesses. Plain C is truly dangerous, although what you can sometimes achieve with 3 lines of code ... C# clearly doesn't have the issues that C has, it's a great tool but I personally don't like the style. The truth is that, generally, we prefer the tool we are most familiar with (shortcomings and all!)

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

              1 Reply Last reply
              0
              • A Andy Brummer

                What do you use instead?

                Curvature of the Mind now with 3D

                J Offline
                J Offline
                Joe Woodbury
                wrote on last edited by
                #47

                I used Qt [the project was cancelled, hence the past tense.] It can be quite goofy, but is much more complete and has pretty good documentation.

                A 1 Reply Last reply
                0
                • J Joe Woodbury

                  I used Qt [the project was cancelled, hence the past tense.] It can be quite goofy, but is much more complete and has pretty good documentation.

                  A Offline
                  A Offline
                  Andy Brummer
                  wrote on last edited by
                  #48

                  Can you use that with c#? I think it would be fun dusting off my C++ skills, but I'm not sure how much support it would get from everyone else here.

                  Curvature of the Mind now with 3D

                  J 1 Reply Last reply
                  0
                  • A Andy Brummer

                    Can you use that with c#? I think it would be fun dusting off my C++ skills, but I'm not sure how much support it would get from everyone else here.

                    Curvature of the Mind now with 3D

                    J Offline
                    J Offline
                    Joe Woodbury
                    wrote on last edited by
                    #49

                    No, it's C++. Internal forums and Stack Overflow seem to be go to places for Qt support. (I've received very good assistance from both.)

                    1 Reply Last reply
                    0
                    • M Matt McGuire

                      Agreed about the {{{}}} if the indenting is off (or forgotten), it is a pain to find the subtle problems. I really do prefer:

                      sub ...
                      if ...
                      for...
                      ...
                      next
                      end if
                      end sub

                      But I sometimes admit the C# can look a little cleaner in it's language like the for loop C#'s switch seems messy, but VB's select feels more flexible. Trade off's I suppose. Dabbling in D (not .NET). really liking this lang, even if it still uses {{{}}};;

                      T Offline
                      T Offline
                      Tokinabo
                      wrote on last edited by
                      #50

                      :)

                      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