Translate C# to VB.NET

  • Thread starter Thread starter dwm
  • Start date Start date
Herfried K. Wagner said:
'WithEvents'/'Handles' are declarative, whereas '+='/'AddHandler' are
imperative.

I think you're getting a little academic there. :-) The point is VB has 3
ways to do something yet C# does it all the same way. Doesn't that make C#
more consistant?

BTW, this is the sort of thing I don't like about VB, they try to make
things easier by adding some keywords or method that supposedly makes it
easier but they generally just end up muddying the waters and making it so
there is more to learn.

Michael
 
As I wrote before only assembler is very consistent, all symbolic languages
act in a way as natural language, where you can compare C# in a way with
classic Latin and VB a little bit with English. And yes Latin is more
consistent than English.

(There is no modern Latin, only some Romish or whatever languages, this
before Herfried attends us on that)

Cor
 
Back
Top