Click here to Skip to main content
15,893,668 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
georani14-Oct-18 3:50
georani14-Oct-18 3:50 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Sander Rossel14-Oct-18 4:03
professionalSander Rossel14-Oct-18 4:03 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
georani14-Oct-18 2:58
georani14-Oct-18 2:58 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Kornfeld Eliyahu Peter14-Oct-18 3:16
professionalKornfeld Eliyahu Peter14-Oct-18 3:16 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
georani14-Oct-18 6:15
georani14-Oct-18 6:15 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Kornfeld Eliyahu Peter14-Oct-18 6:55
professionalKornfeld Eliyahu Peter14-Oct-18 6:55 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
georani14-Oct-18 7:45
georani14-Oct-18 7:45 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Mark Miller15-Oct-18 4:42
Mark Miller15-Oct-18 4:42 
It appears with the garbage VB and supposedly identical C# you concocted that you are a master of master of all things! We should bow to you and our soon-to-be VB.NET overlords!

Oh, but wait, what's this? Surely this doesn't work?! You can't have expressions in a C# switch statement!!!

Sorry, but YES YOU CAN, if you know even 1% of C# BASIC syntax...

C#
switch (L1)
{
    case int xx when xx < 50 || xx == 42:
        for (int x = 0; x < 101; x++)
            for (int y = 0; y < 101; y++)
                for (int z = 0; y < 101; z++)
                {
                    L1 = DoSomethingWithL(x, y, z, L1);
                    L1 = (L1 == 2 ? L1 = 3 : L1 = 0);
                }
        break;
    case int xx when xx > 390:
        L1 = 0;
        break;
    case 70:
        L1 = 32;
        break;
}


If you love VB.NET, then USE it, we don't care. Just stop embarrassing yourself by trying to "Prove" how much better VB.NET is.

I am proficient in both languages and I prefer C#. That doesn't make me better or worse than you.
All you do with these threads on "VB is better!!!" is tick people off. If that's how you get your jollies, I feel for you.

'nuff said.
Sincerely,

-Mark
mamiller@rhsnet.org

GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
georani15-Oct-18 4:59
georani15-Oct-18 4:59 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Mark Miller15-Oct-18 5:13
Mark Miller15-Oct-18 5:13 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
georani15-Oct-18 5:50
georani15-Oct-18 5:50 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
User 49097414-Oct-18 23:15
User 49097414-Oct-18 23:15 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Kornfeld Eliyahu Peter14-Oct-18 23:45
professionalKornfeld Eliyahu Peter14-Oct-18 23:45 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
User 49097415-Oct-18 0:27
User 49097415-Oct-18 0:27 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
André Pereira14-Oct-18 22:56
André Pereira14-Oct-18 22:56 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Dave Kreskowiak14-Oct-18 4:50
mveDave Kreskowiak14-Oct-18 4:50 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
georani14-Oct-18 6:00
georani14-Oct-18 6:00 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Dave Kreskowiak14-Oct-18 6:06
mveDave Kreskowiak14-Oct-18 6:06 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Dave Kreskowiak14-Oct-18 9:21
mveDave Kreskowiak14-Oct-18 9:21 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
georani14-Oct-18 11:32
georani14-Oct-18 11:32 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Dave Kreskowiak14-Oct-18 11:55
mveDave Kreskowiak14-Oct-18 11:55 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Dave Kreskowiak17-Oct-18 9:29
mveDave Kreskowiak17-Oct-18 9:29 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
rkinning15-Oct-18 2:14
rkinning15-Oct-18 2:14 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Dave Kreskowiak15-Oct-18 2:29
mveDave Kreskowiak15-Oct-18 2:29 
GeneralRe: (Again) Visual Basic.NET Exceeded C# Popularity in TIOBE in October 2018 And it is Raising Pin
Mark Miller15-Oct-18 4:49
Mark Miller15-Oct-18 4:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.