Linked by Thom Holwerda on Sun 16th Oct 2005 19:11 UTC, submitted by dylansmrjones
Thread beginning with comment 46022
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-06
Well, there has to be a programming language for those who cannot create real code (don't take this too literally - please), but I'd recommend using C, ObjC, C++, C#, Delphi .Net and mono - rather than something as antiquated as VB.Net (and it is antiquated - technically it's nothing but a corpse with a lot of makeup
Recommending C#, or any other .NET language over VB.NET to create "real code" is ludicrous. All compile to IL and ultimately native code. And, all use the same class libraries/runtime. There are some differences such as C#'s unsafe code block support, but for managed code, the differences are minimal.