Results 1 to 4 of 4

Thread: is vb.net is platform independent??

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2001
    Posts
    1

    is vb.net is platform independent??

    as am new to .net framework i would like to know
    whether vb.net is platform independent or not.
    thanx in advance.

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    But is the VB.Net language going to be ported, or just C#?
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    just C#, but an assembly written in VB will run on the .NET framwork regardless.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Despite my initial skepticism, I'm still keeping a watch on .NET, and the project to port it to Linux looks to be like a sound move.

    Well, once you've ported it to Linux it's an easy step to other Unix variants such as Solaris (which is considered the fastest and most stable server platform...on SPARC anyway).

    The source code in your language is platform-independent, since it gets compiled down to the CLR (common language runtime) which then optimises it and does the back-end compile on the target system (Windows at the moment). There are detailed specs available for the code, so theoretically, you compile something on Windows for .NET and you can run it, unchanged, on Linux.

    Not something to be sniffed at, since it looks a hell of a lot more powerful than Java.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width