View Single Post
Old 06-18-2004, 12:44 PM   #2 (permalink)
oblar
Über-Rookie
 
Location: No longer, D.C
.NET as you probably already know includes several different .NET languages (J#, C#, C++ .NET, VB .NET, and many others). What the .NET Framework does is takes that language and compiles the code to byte code that is the same, so the languages can intermingle.

there are many other advantages to this, but since your question was rather broad I figured just this bit would probably suffice.

if you wish to make your question a little more specific I can attempt to answer it. I have been programming .NET applications for over a year now, but almost exclusively C#.
__________________
"All that we can do is just survive.
.All that we can do to help ourselves is stay alive." - Rush
oblar is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73