A suggestion from B-13...

Could there please be a way to convert C# to VB.NET, C++.NET to VB.NET and vice versa I use all three of these languages and find that if there was such a tool (without using third party products) it would be really handy.

PS. If this is in the wrong section please move it.


Answer this question

A suggestion from B-13...

  • Pramodmatrix

    Jason -

    Microsoft currently has no plans to provide a converter to/from C#/VB.NET/C++.  but there are a number of thrid party tools available that do exactly this, which may accomplish what you are looking for.  You can also use tools such as .NET Reflector to view compiled assemblies in a VB-view or C#-view, which gives you a way of learning some of the conversions between the two if that is what you are looking for.  As the previous poster mentioed though, the particualr language you write any given component in doesn't matter much in .NET, since components in each language can easily interoperate.

    Thanks,
    Luke Hoban
    Visual C# IDE Program Manager

  • SteveLe

    The way SharpDevelop has done it I meant... Of course not a direct copy but LIKE it.

  • Martin Svadbik

    Hi,

    I is no matter in which .net language your classes are written you can use them in each language.

  • A suggestion from B-13...