views:

67

answers:

2

I've been using the Developer Fusion's tool for converting code snippets, and now I'm looking for a quality tool to convert entire projects between those languages, with minimum errors. Is there any good one available?

+1  A: 

There are a some listed on this page.

NOTE:

  1. I haven't tried any of them
  2. Most appear to be paid for applications.
ChrisF
+2  A: 

I would say the best way to do this is use Red Gate .NET Reflector.

http://www.red-gate.com/products/reflector/

Assuming you have the compiled VB.NET assemblies, you can load them in Reflector, and then save the reflected code in C#.

tbergelt