ASP.NET developers- which language do you prefer, VB.NET or C#?

  • Thread starter Thread starter [ J ] a [ Y ]
  • Start date Start date
J

[ J ] a [ Y ]

Guest
cout << "Hey guys!" << endl;

echo "I'm a reasonably new convert to ASP.NET, though I have a bit of experience under my best in a few other languages, mainly PHP and JS for web though <br>";

document.write("Anyhoo, I'm working through SAMS teach yourself ASP.NET in 24 hours which uses VB.NET. I also have been using VB.NET since I've used VB6 for around 4-5 years now, and have done some light VBS / ASP use." + "<br>");

print_f("I'm thinking about swapping to C#, at least to try it out. It looks like its a lot more powerful than VB.NET, and allows you to make multi-line comments and multi-lined commands without using _ on every line \n");

response.write("So to sum up, I was just curious as to which language do other ASP.NET developers preffer, and why? VB.NET vs. C#")
 
Back
Top