I have three projects written with VB.NET (2005) and have to convert them to C# code. (I know that i don’t need to convert codes of .net languages at all). I have no time to rewrite them, need a tool or script to convert.
Note: they are console applications.
I have three projects written with VB.NET (2005) and have to convert them to
Share
Reflector lets you inspect compiled assemblies in several different .Net languages. I’ve known people to cut and paste the output to convert between languages. Apparently it also has an export feature.