Hacker News new | ask | show | jobs
by dartharva 302 days ago
Never tried it, does VB.NET give the same instant familiarity allowing you to whip up tiny GUI apps quickly and without hassle?
1 comments

Yes, with Windows Forms.

In the beginning, many VB devs were irritated, because VB.NET 1.0 was mostly C# with VB syntax, however eventually Microsoft added back many of the previous capabilities, like the Me object, REPL, and so on.

However nowadays the language is considered done, and they are only updating it to keep up with specific .NET features for interop with C#.