Click here to Skip to main content
15,886,919 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: Visual Basic - when to switch? Pin
MikeCO104-Mar-23 1:12
MikeCO104-Mar-23 1:12 
GeneralRe: Visual Basic - when to switch? Pin
jschell6-Mar-23 5:48
jschell6-Mar-23 5:48 
GeneralRe: Visual Basic - when to switch? Pin
BryanFazekas6-Mar-23 7:30
BryanFazekas6-Mar-23 7:30 
AnswerRe: Visual Basic - when to switch? Pin
thermia1-Mar-23 2:17
thermia1-Mar-23 2:17 
GeneralRe: Visual Basic - when to switch? Pin
PIEBALDconsult1-Mar-23 2:31
mvePIEBALDconsult1-Mar-23 2:31 
JokeRe: Visual Basic - when to switch? Pin
Nelek1-Mar-23 4:47
protectorNelek1-Mar-23 4:47 
GeneralRe: Visual Basic - when to switch? Pin
jschell6-Mar-23 5:52
jschell6-Mar-23 5:52 
AnswerRe: Visual Basic - when to switch? Pin
Martin ISDN1-Mar-23 3:02
Martin ISDN1-Mar-23 3:02 
never switch. VB Classic was right

only now in C# you can write code without XYZ partial class App public static void main SubscriberMethodController... cough cough

Starting in C# 9, you don't have to explicitly include a Main method in a console application project. Instead, you can use the top-level statements feature to minimize the code you have to write. In this case, the compiler generates a class and Main method entry point for the application.

guess what, we had that since VB 1.0, any language had that, the compiler behind the scenes generated the _app & _main. i wonder when they are going to get rid of new in C#, since the instances of a class are not created on the stack anyway...

VB Classic will outlive VB .NET. if not, waiting for the shameful M$ narrative when they bring back the apparent syntax of VB to VB.NET

those who put class in JavaScript are the same who put var in C#
GeneralRe: Visual Basic - when to switch? Pin
jschell6-Mar-23 5:55
jschell6-Mar-23 5:55 
AnswerRe: Visual Basic - when to switch? Pin
agolddog1-Mar-23 3:35
agolddog1-Mar-23 3:35 
AnswerRe: Visual Basic - when to switch? Pin
awicurrent1-Mar-23 3:56
awicurrent1-Mar-23 3:56 
AnswerRe: Visual Basic - when to switch? Pin
LucidDev1-Mar-23 6:45
LucidDev1-Mar-23 6:45 
GeneralRe: Visual Basic - when to switch? Pin
GM8JCF1-Mar-23 14:17
GM8JCF1-Mar-23 14:17 
GeneralRe: Visual Basic - when to switch? Pin
jschell6-Mar-23 5:57
jschell6-Mar-23 5:57 
GeneralRe: Visual Basic - when to switch? Pin
LucidDev6-Mar-23 6:33
LucidDev6-Mar-23 6:33 
GeneralRe: Visual Basic - when to switch? Pin
jschell8-Mar-23 6:38
jschell8-Mar-23 6:38 
GeneralRe: Visual Basic - when to switch? Pin
LucidDev8-Mar-23 6:57
LucidDev8-Mar-23 6:57 
GeneralRe: Visual Basic - when to switch? Pin
jschell10-Mar-23 10:58
jschell10-Mar-23 10:58 
AnswerRe: Visual Basic - when to switch? Pin
pvmarshall1-Mar-23 16:02
pvmarshall1-Mar-23 16:02 
AnswerRe: Visual Basic - when to switch? Pin
MikeCO102-Mar-23 2:39
MikeCO102-Mar-23 2:39 
AnswerRe: Visual Basic - when to switch? Pin
RDM Jr2-Mar-23 7:53
RDM Jr2-Mar-23 7:53 
GeneralGoogle Code Jam ended Pin
RainHat28-Feb-23 4:44
RainHat28-Feb-23 4:44 
GeneralRe: Google Code Jam ended Pin
dandy7228-Feb-23 7:52
dandy7228-Feb-23 7:52 
GeneralRe: Google Code Jam ended Pin
RainHat28-Feb-23 22:04
RainHat28-Feb-23 22:04 
GeneralPlay as a Rubber Ducky Pin
RickZeeland28-Feb-23 2:42
mveRickZeeland28-Feb-23 2:42 

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.