vote up 6 vote down star
2

Are there any good conversion tools out there to convert VB.Net code to C#?


FREE


PAID

flag

2  

10 Answers

vote up 3 vote down check

I have had good results with VBConversions in the past.

link|flag
vote up 11 vote down

Developer Fusion .NET Code Converter goes both ways and its a free open source alternative to Visual Studio .NET

link|flag
vote up 3 vote down

I would use a tool like reflector to generate c# based off of the MSIL, rather than trying to do a source level conversion.

You will however lose comments and some variable names this way.

link|flag
vote up 2 vote down

SharpDevelop has a VB.Net to C# converter. You can also back the other way and you can convert to Boo. I've not use the converter, so I make no guarantees on how good it is. However, it is free, and it's a pretty decent IDE for .Net to boot.

link|flag
I have tested it and i liked it – Jhonny D. Cano -Leftware- Apr 16 '09 at 16:13
vote up 2 vote down

Telerik Code Converter allows you to convert code snippets or multiple files from VB to C# or vice-versa.

link|flag
vote up 1 vote down

There are several products on the market that you can choose from. I did a google of "vb.net to C# converter" and came up with a variety of results including

link|flag
vote up 1 vote down
  1. Telerik Converter
  2. VBConversions
link|flag
vote up 1 vote down

You can always compile your code and use reflector on it to decompile it in c#

link|flag
vote up 0 vote down

This one has worked great for me.. It has tools to convert back and forth between all .Net languages Also there is a tool for VB6 conversion

http://www.tangiblesoftwaresolutions.com/index.htm

link|flag
vote up 0 vote down

Check this good list from IGurr ListOf Wiki

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.