Recommendations on VB.Net to C# code conversion tool
-
We have couple of projects (1 win forms and 1 web form) written in VB.Net. We would like to get those converted into C#. We would be using VS 2012 Professional for BUILD. I am already googling for such tools but would also like to take community's opinion/recommendation on any such highly recommended tools with highest precision/accuracy in converting code from VB.Net to C#. I am good with free and paid tools. Your pointers/suggestions will be highly appreciated. Thanks in advance.
Regards, Vipul Mehta
-
We have couple of projects (1 win forms and 1 web form) written in VB.Net. We would like to get those converted into C#. We would be using VS 2012 Professional for BUILD. I am already googling for such tools but would also like to take community's opinion/recommendation on any such highly recommended tools with highest precision/accuracy in converting code from VB.Net to C#. I am good with free and paid tools. Your pointers/suggestions will be highly appreciated. Thanks in advance.
Regards, Vipul Mehta
From what I've seen, most tools work well. But, if the project works, why are you converting it? It is is worthwhile, why not take the time to convert by hand? The syntax isn't that different, and it is an opportunity to learn.
-
From what I've seen, most tools work well. But, if the project works, why are you converting it? It is is worthwhile, why not take the time to convert by hand? The syntax isn't that different, and it is an opportunity to learn.
All our projects are written in C#. Hence wanted to convert these 2 apps to C#.
Regards, Vipul Mehta