Thread: For loops
View Single Post
  #5 (permalink)  
Old 12-02-2008, 5:46 PM
jmcilhinney's Avatar
jmcilhinney jmcilhinney is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Aug 2004
Location: Sydney, Australia
Age: 40
Posts: 6,098
Reputation: 540
jmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalistjmcilhinney VB.NET gold medalist
Default

Quote:
Originally Posted by cjard View Post
I'd have said C# is better for that role. VB.NET in its default configuration is sloppy.
It depends what you mean by "best". VB.NET is easier for a rank beginner to pick up because the syntax is more natural and the fact that the language is less strict means you can learn the basic principles without having to worry about some of the details. That said, VB being less strict does provide it's own set of problems. "Best" is always a relative term. I think here it's being used as "easiest to learn the basics of", which is probably fairly accurate.
Reply With Quote