Quick Tip – Convert VB.NET to C# or C# to VB.NET
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:
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 free tools.
Also, there is a great reference guide which highlight some differences
between VB.NET and C# which I found very useful when the convert tools fails.
Enjoy!