Migrating C# project to VB.Net

  • Thread starter Thread starter Danny Ni
  • Start date Start date
D

Danny Ni

Hi,

I have several C# ASP.Net projects that I would like to migrate to VB.Net.
Other than recreating projects, recreating forms, user controls ...., are
there better alternatives?

Thanks in Advance
 
* "Danny Ni said:
I have several C# ASP.Net projects that I would like to migrate to VB.Net.
Other than recreating projects, recreating forms, user controls ...., are
there better alternatives?

C# -> VB.NET Converters:

<URL:http://www.aspalliance.com/aldotnet/examples/translate.aspx>
<URL:http://www.kamalpatel.net/ConvertCSharp2VB.aspx>
<URL:http://csharpconverter.claritycon.com/>
<URL:http://www.ragingsmurf.com/vbcsharpconverter.aspx>
<URL:http://www.gotdotnet.com/Community/...mpleGuid=c622348b-18a9-47d6-8687-979975d5957d>
<URL:http://www.icsharpcode.net/OpenSource/SD/>

Commercial:

<URL:http://www.remotesoft.com/>
-> "Octopus"

I doubt that most of the converters can handle pages that include
inline C# code of ASP.NET pages when passing the whole page, but the
C# code can be translated to VB.NET using these converters.
 
Back
Top