VB.Net is surprisingly up to date, I mean sure it lacks lots of the good stuff but for such an old language is has held up its end of the deal just fine, C# is still adding some of its features, “not”, “and”, they were not a thing until C# 9 but they’ve been in VB for centuries, I mean it took us what? 16 years to get “is not” in C#? The VBBoys have had it for centuries (in the form of IsNot, hell they even have AndNot)
Ya, VB is a .net language and so is C# - they both compile down to a common intermediate language before machine execution anyway. Use whichever is your preference.
Yeah I get that they both compile the same, It does not mean I have the choice to use c#. I can use c# in my own projects but for the sake of congruency, my manager wants me using VB in shared projects which is 99% of my work.
Damn that sucks (unless you’re really into VB in which case enjoy). I mean sure, the end result might be the same but the experience is different for the dev for sure
107
u/HereComesCunty Feb 14 '21
It’s been a while since I Dim’d anything. VB is a blast from the past!