Convert C# project to vb.net

  • Thread starter Thread starter Kevin
  • Start date Start date
If you are really in a project I would say move the C# to class library and
let VB.Net to call the library.

chanmm
 
Well, if it isn't obfuscated you could use Roeder's Reflector, along
with the FileDisassembler plugin, to load the compiled asembly (from
any language, but in this case C#) and output corresponding code (minus
comments etc) in any of the supported languages (which includes
VB.Net)...

Chrome, anyone? ;-p

Marc
 
Our Instant VB converter is able to convert entire C# projects to VB. Many
companies use this to create VB sample projects corresponding to their C#
sample projects. It also converts many other forms of C# code, such as
in-line ASP.NET code, ASP.NET 2 projects, and folders (the on-line or single
file converters will not do any of this).
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C#/VB to C++ converter
C# Code Metrics: Quick metrics for C#
 
David Anton said:
Our Instant VB converter is able to convert entire C# projects to VB.
Many
companies use this to create VB sample projects corresponding to their C#
sample projects.

Cool idea. Saves a lot of trouble :-)
 
Back
Top