C# to VB Converter

Have you noticed that most .NET samples on the web are in C#? You can convert these samples into VB with a number of different online utilities. The PC’s favorite one is here, although the PC primarily likes it because the domain is RagingSmurf.

Why are most people choosing C# over VB.NET? Answers vary, but the main two reasons are that it is syntactically similar to other programming languages (Java, C++, PHP), making learning and programming in multiple languages easier, and that it’s a native OO language rather than a port of the semi-OO VB6 (this tends to only concern geeks). The ECMA has made it their standard, as has Microsoft “unofficially”. We’ll end up there eventually, but for now what works best for you is probably the best choice.