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?
+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
2010-05-29 17:09:39