A
a
Does anyone know a C# -> VB conversion tool? There are a lot of converters
on the web, but most of them have bugs.
on the web, but most of them have bugs.
a said:Does anyone know a C# -> VB conversion tool? There are a lot of converters
on the web, but most of them have bugs.
Parsa Amini said:You can use SharpDevelop. It has a good VB, C# converter
Parsa Amini said:You can use SharpDevelop. It has a good VB, C# converter
You can use SharpDevelop. It has a good VB, C# convertera said:Does anyone know a C# -> VB conversion tool? There are a lot of
converters on the web, but most of them have bugs.
Cor Ligthert said:Michael,
I think that you should eat less, by eating so much you have deffinitly a
change on a hart attack.
Michael C said:I'm sure I would but I think the general concensus in the dot net
community is that C# is the preferred choice.
Armin Zingler said:Wrong - and I talked to _everyone_ in the .Net community just yesterday.
Armin
Armin Zingler said:Wrong - and I talked to _everyone_ in the .Net community just yesterday.
Michael C said:Why then are 70% of samples in c#?
Because there are liars out there still telling lies about VB 2008. It is a
psychological effect that you start believing something if it is told again
and again. Unfortunatelly, this has nothing to do with the truth. It makes
the 70% grow to 80%. Kinda snowball effect.
Is HD DVD really so much worse than Blu-Ray? You can not say this by looking
at the market share.
Go to a pedestrian area and start playing violin. You may have 20 listeners
a day. Then try the same and bring 5 friends with you obviously listening to
your music. Do you think you will have 25 listeners? No, you will have 100.
Is it because you've played better? No!
I admit that reintroducing Form default instances and the introduction of
the horrible My.* namespace was a "Konzessionsentscheidung" (anyone knows
the English word please?) in order to take the beginners into the boat. Very
bad design, IMO, that harbors the risk of VB being considered a beginners
language again, after all what has been achieved in the past to make it a
grown up language coping with C# head-to-head with marginal differences.
Only one fact: As long as C# is case sensitive and intellisense is one
generation behind VB's, it's not worth having another look at it. IMO.
Armin Zingler said:I admit that reintroducing Form default instances and the introduction of
the horrible My.* namespace was a "Konzessionsentscheidung" (anyone knows
the English word please?) in order to take the beginners into the boat.
Very
bad design, IMO, that harbors the risk of VB being considered a beginners
language again, after all what has been achieved in the past to make it a
grown up language coping with C# head-to-head with marginal differences.
Only one fact: As long as C# is case sensitive and intellisense is one
generation behind VB's, it's not worth having another look at it. IMO.
Michael C said:As for the intellisense I'm very suprised you would say C# is behind VB. I
find the VB intellisense annoying and feel like they got it just a little
bit wrong. The reasons are fairly solid reasons and more than just a
matter of opinion.
1) Whenever you select a control name, eg txtWhatever, the intellisense
always goes to the first event handler, eg txtWhatever_KeyDown. In all my
years of programming I've never called an event so always have to scroll
up one.
2) Instead of moving to the required item in the list, the list gets
smaller as I type. If I mistype a single characters then the list usually
disappears. I then have to backspace until the list reappears and select
the item I want. In comparison the list in C# does not get smaller and
does not disappear so usually when I mistype I can see the item I want in
the list and select it.
3) Because of 2 when you push backspace intellisense appears.
4) Intellisense seems to popup more often when it is not wanted and I find
myself pushing esc all day. In comparison intellisense in c# seems to
appear more in line with when I want it. I'd have to be in front of my
work PC to fully work out what's going on here.
Cor Ligthert said:Michel,
Although that you took the subject Event Handler, you did not write how an
eventhandler has to be set in C# and in VB.
Maybe you can tell us in which way C# outclasses VB in that so we can
laugh even more here.