Quick Tip – Convert VB.NET to C# or C# to VB.NET There is a need sometimes to convert VB.NET files to C# or vice versa. There are two tools that I use in this process: Code Converter by Telerik – enables the convert of a given piece of code or multiple files. .net code converter – enables the convert of a given piece of code. There are also add-ins to Visual Studio that enables the convert between VB.NET to C# like C-Sharpener For VB but since I don’t have full projects to convert I prefer the above...