> Does anyone know where I can get a free VB.NET to C# converter?

As mentioned, SharpDevelop has a decent one within the IDE (I actually wrote
my own WinForms app to wrap their converter for converting code snippets for
a project I was on), and while it (their converter) works, it is not quite
there yet.

The suggestion to use Lutz Roeder's Reflector tool is a good idea, you
should download that and then go get Denis Bauer's plug-in for Reflector,
"Reflector.FileDisassembler," at
http://www.denisbauer.com/NETTools/FileDisassembler.aspx.

If the VB.NET code you want to convert can be compiled into an assembly, you
can use these two tools to essentially get C# code out of the assembly.

HTH

Jason


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.5/110 - Release Date: 9/22/2005

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to