VB.Net to C# code converter

ImmuniCodeSM Introduces VBCSM - for Automatic Conversion of VB Source Code to C#
VBC is the only software available that takes VB6 or VB.NET code and turns it into C# inside Visual Studio.NET. VBC is an Add-In for Visual Studio.NET, accessible from Visual Studios Tools menu. Translating a VB6 or VB.NET project file to C# takes just one click. ImmuniCode's VBC increases productivity, decreases labor cost, and simplifies the translation process from VB6 or VB.NET to C#. VBC is available at a special pre-release price until April 1, 2003.[.netWire]

There are not many products that will do this conversion, I kind of wonder how well this product does the coversion. However cool this might be I think the price they are asking is a bit steep for a simple code converter.
Published Friday, February 28, 2003 1:01 PM by puzzlehacker

Comments

# re: VB.Net to C# code converter

I've been playing with the trial version. I have yet to convince it to convert a single line. The support people are being very helpful though!

Tuesday, October 07, 2003 9:41 PM by Darrel Miller

# re: VB.Net to C# code converter

There's a real good Visual Basic.Net to C# Converter at http://www.vbconversions.com

There is a free trial edition available also.

Thursday, May 27, 2004 11:40 PM by Dave Crook

# re: VB.Net to C# code converter

We have a tool, C-Sharpener For VB, that typically converts VB.Net projects to C# projects. It typically converts 99% of the code and there is a free trial version at

http://www.elegancetech.com/csvb.aspx

Saturday, July 31, 2004 8:17 PM by Roger Jack

# re: VB.Net to C# code converter

Hi , EveryOne :
There is a vb and vb.net to c# converter very well here, I feel it very good . new version free download, why not try it ?
http://www.e-iceblue.com

Wednesday, August 04, 2004 11:51 PM by Tom

# re: VB.Net to C# code converter

Public Function FillComboBoxFromDatabase(ByVal drp1 As DropDownList, ByVal msql As String, ByVal DataTextFieldName As String, ByVal DataValueFieldName As String, ByVal ShowSelectYesNo As Boolean) ' function to add values inside the combo box from the database. Try Connection_OpenForFunctions() cmdSelectCommon = New SqlCommand(msql, myConnectionCommonForFunctions) dtrCommon = cmdSelectCommon.ExecuteReader drp1.Items.Clear() If ShowSelectYesNo = True Then drp1.Items.Add(New ListItem("Select : " & Trim(DataTextFieldName), "0")) End If Dim myText, myValue As String While dtrCommon.Read If Not IsDBNull(dtrCommon(0)) Then myValue = Val(dtrCommon(0)) Else myValue = "0" If Not IsDBNull(dtrCommon(1)) Then myText = Trim(dtrCommon(1)) Else myText = "" drp1.Items.Add(New ListItem(myText, myValue)) End While dtrCommon.Close() myConnectionCommonForFunctions.Close() Catch ex As Exception Finally End Try End Function

Thursday, September 21, 2006 5:52 AM by sai

# re: VB.Net to C# code converter

Can Any body suggest free converter with great accuracy

Tuesday, October 17, 2006 4:12 AM by Amar

Leave a Comment

(required) 
(required) 
(optional)
(required)