|
Quote:
|
Originally posted by isc_jaz
I'm planning to buy one of them. In college I programmed a lot in Visual Basic 6, but I don't know how different is from VB .Net. Also I'm planning to learn Visual C, is it any good, or is Borland C Builder better?
|
I may be a bit biased, since this the the language I currently develop in, but I would suggest checking out C#.
it shouldn't be a big stretch for someone who already knows vb, and it's certainly a lot easier than C (or even visual C++ as far as I'm concerned). just remember that C# (and visual C++) uses "this" instead of "me". C# should come with the visual studio .net package.
if you do choose any of the .NET languages, make sure you take into consideration the footprint of the .NET runtime environment for the platform your developing for - not a big deal for desktops but on a pda storage space is at a premium.