Convert C# code to Visual Basic,Python and Back.
Some of you .NET programmers may some day find some sample code written in Visual Basic, or C#, but need it in another .NET language. SharpDevelop, a free .NET IDE, has a tool built in that will convert C# into Visual Basic and Python, or Visual Basic into C#, Python and any variation. This video shows you how to do the conversion and it also shows you what it looks like. When you convert code new source files are created and old source files are retained. This lets you import your newly created source files right into your application.
