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
-
So under which section would this question fall under?
Regards, Vipul Mehta
-
So under which section would this question fall under?
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
CodeFusion's[^] converter seems to be popular. /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
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
Also have a look at telrik's just decompile. Just one thing to note the lambas and events that are assigned to controls in code don't always convert correctly. So don't rely on them 100%
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
-
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
http://www.developerfusion.com/tools/convert/vb-to-csharp/[^] http://converter.telerik.com/[^]
So much complexity in software comes from trying to make one thing do two things. Sibeesh