What is the difference between VB.NET and C# ?

Light Poster
18Aug2010,21:21   #1
ali0482's Avatar
.NET INTERVIEW QUESTIONS - What is the difference between VB.NET and C# ?...
Go4Expert Founder
19Aug2010,08:42   #2
shabbir's Avatar
What similarities do you see in it?
Go4Expert Member
1Sep2010,18:22   #3
dotNet Zombie's Avatar
I don't use VB.NET often but not much of a difference. They both get compiled to MSIL to run on the CLR and use the .Net Base Class Library. Biggest difference I see is the Syntax. BASIC like syntax to C like Syntax.
Go4Expert Member
17Oct2010,14:32   #4
muthuis's Avatar
Nothing but syntax. Everything else is the same..