Convert C# project to vb.net

C

chanmm

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
 
M

Marc Gravell

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
 
G

Guest

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#
 
M

Michael 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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top