+ 4
What do you think about Visual Basic?
Is it a good prigramming language? Some nice courses?
1 Antwort
+ 6
It gets a lot of hate primarily for its wordy syntax, but functionally it's almost 1:1 equivalent with C# (the languages are so similar that converters exist to switch between the two).
Whatever you can do in C# you can do with VB, and likewise you'll face the same limitations (e.g., you'll be stuck developing for Windows unless you use Mono, etc.).
It's a good language if it does what you want it to do. If you want to create Windows forms applications, it'll do the job nicely. There are no courses for it here on SoloLearn, but you can find plenty via Google.