Is VB.net platform independent or not?
-
can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA
-
can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA
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.
-
can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA
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 )
-
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.
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 )
-
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 )
Thank You Sir What are mono? and one more thing so is it right to say that .net is platform independent?
-
Thank You Sir What are mono? and one more thing so is it right to say that .net is platform independent?
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 )
-
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 )
-
can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA
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'
-
can anyone explain clearly whether VB.net is platform independent or not? so many people saying their own style. still i am confused. TIA
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