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. General Programming
  3. Visual Basic
  4. Is VB.net platform independent or not?

Is VB.net platform independent or not?

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
9 Posts 6 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 Offline
    M Offline
    mnarayana3
    wrote on last edited by
    #1

    can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA

    S C S D 4 Replies Last reply
    0
    • M mnarayana3

      can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA

      S Offline
      S Offline
      Sonia Gupta
      wrote on last edited by
      #2

      I think java is platform independent .It can run on both windows as well as linux platform.unlike .net platform which runs only on windows.

      C 1 Reply Last reply
      0
      • M mnarayana3

        can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA

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

        Please don't crosspost.

        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
        • S Sonia Gupta

          I think java is platform independent .It can run on both windows as well as linux platform.unlike .net platform which runs only on windows.

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

          Not true. .NET runs under Linux, using Mono. The difference is that there's a lot more Java VMs than there are .NET implimentations.

          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 )

          S 1 Reply Last reply
          0
          • C Christian Graus

            Not true. .NET runs under Linux, using Mono. The difference is that there's a lot more Java VMs than there are .NET implimentations.

            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 )

            S Offline
            S Offline
            Sonia Gupta
            wrote on last edited by
            #5

            Thank You Sir What are mono? and one more thing so is it right to say that .net is platform independent?

            C 1 Reply Last reply
            0
            • S Sonia Gupta

              Thank You Sir What are mono? and one more thing so is it right to say that .net is platform independent?

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

              Nilish wrote:

              What are mono?

              One of those things that google knows all about.

              Nilish wrote:

              so is it right to say that .net is platform independent?

              Sort of. Like the OP said, it's hard to get a straight answer, because the answer is, anyone can write a .NET engine for any platform, but right now, the Mono people are doing it for Linux, and that's about it. I don't know how complete Mono is, but I think it's close to a complete .NET 1.1 implimentation.

              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 )

              G 1 Reply Last reply
              0
              • C Christian Graus

                Nilish wrote:

                What are mono?

                One of those things that google knows all about.

                Nilish wrote:

                so is it right to say that .net is platform independent?

                Sort of. Like the OP said, it's hard to get a straight answer, because the answer is, anyone can write a .NET engine for any platform, but right now, the Mono people are doing it for Linux, and that's about it. I don't know how complete Mono is, but I think it's close to a complete .NET 1.1 implimentation.

                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 )

                G Offline
                G Offline
                Guffa
                wrote on last edited by
                #7

                From what I can see from a look on their roadmap, everything (?) is up to 1.1, and most of 2.0 is implemented in most of the parts. Anyhow, unless you have some very specific needs, it should be fully usable. :)

                --- single minded; short sighted; long gone;

                1 Reply Last reply
                0
                • M mnarayana3

                  can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA

                  S Offline
                  S Offline
                  Steven J Jowett
                  wrote on last edited by
                  #8

                  I would say at this point .NET is not platform independant, but has the protential of being so.

                  Steve Jowett ------------------------- Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'

                  1 Reply Last reply
                  0
                  • M mnarayana3

                    can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA

                    D Offline
                    D Offline
                    Dave Kreskowiak
                    wrote on last edited by
                    #9

                    The .NET Framework is Microsoft's implementation of the Common Language Infrastructure specifications. Mono is a Linux implementation of the CLI, that also models itself after the .NET Framework. Other than that, I don't know of any other implementations. Though anyone is free to implement their version of the CLI on any platform they choose.

                    A guide to posting questions on CodeProject[^]
                    Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                         2006, 2007

                    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