|
-
Dec 28th, 2001, 03:30 AM
#1
Thread Starter
New Member
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.
-
Dec 28th, 2001, 12:00 PM
#2
Black Cat
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.
-
Dec 28th, 2001, 12:06 PM
#3
just C#, but an assembly written in VB will run on the .NET framwork regardless.
-
Dec 30th, 2001, 11:24 AM
#4
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|