Tuesday, February 24, 2009

Online convertion tools from C# to VB.NET and VB.NET to C#

Online convertion tools for C# to VB.NET and VB.NET to C#.

Use the following tools for converting C# code to VB.NET code and from VB.NET to C# code. Its very efficient and great tools available as of now. These tools are more reliable even for .Net 3.5 except for LINQ.

Simply paste in your C# code , and this free utility will automatically convert it to its equivalent in VB.NET.
http://www.developerfusion.com/tools/convert/csharp-to-vb/

Simply paste in your VB.NET code , and this free utility will automatically convert it to its equivalent in C#.
http://www.developerfusion.com/tools/convert/vb-to-csharp/

Happy Coding...