|
|
|
|
|
by wilhil
4860 days ago
|
|
I used VB for many years and didn't understand why the C# people mocked it... then, about 3-4 years ago I switched and have not looked back. In my honest opinion, whilst VB is obviously fully supported, C# just "feels" more professional... When you get your head around the syntax, you can seamlessly move between C#/Javascript and many other languages that all follow similar syntax without even thinking. In addition, there are so many more articles/examples/open source projects and just help out there for it. |
|
Plus it's not as if it's hard to leap between C-syntax and VB's syntax anyway. They're both imperative languages with much of the same core blocks (albeit often called differently). Switching between such languages shouldn't take more than a quick glance through a "beginners guide" and then some cross-referencing as you go alone (like using an English/French dictionary). It's not like they're different paradigms like functional languages (Lisp et al)