Re: Is VB Caca??
But it is.
No, it's not. In VB.NET, as soon as you move your cursor off the current
line, the dynamic compilation feature of the language/VS.NET will check the
code on that line for syntax and compile errors and you will get the
infamous "blue wavy underline" right away.
In C#, you must build your code to get the same syntax checking. C# is not
dynamically compiled like VB.NET is.
It's too bad, because it's really the main reason I haven't move to more
development in C# yet.
But it is.
No, it's not. In VB.NET, as soon as you move your cursor off the current
line, the dynamic compilation feature of the language/VS.NET will check the
code on that line for syntax and compile errors and you will get the
infamous "blue wavy underline" right away.
In C#, you must build your code to get the same syntax checking. C# is not
dynamically compiled like VB.NET is.
It's too bad, because it's really the main reason I haven't move to more
development in C# yet.
Comment