Friday, May 7, 2010

Top 7 reasons C# is better than VB.NET

  1. In C# the line ends when I type the semicolon. Allowing you to write all your code on one line of the need is required
  2. Features for VB.NET such as MVC are written and available in C# first then VB.
  3. Most third party control libraries that supply source code are in C# so any bug fixes you need to make will require C# coding
  4. Comments in C# are just better. Its easier to read them when not using Visual Studio
  5. Microsoft codes a majority of their stuff in C#
  6. You can more easily access the API from C#. No need for Declare statements
  7. Most C# developers can code VB but less VB developers can code C#.

0 comments:

Post a Comment