views:

137

answers:

3

I have been tasked with moving a rather large project from VB.Net to C#. Are there any converters, and if so what should I watch for? Are there areas of the code that are known to be problem areas during a conversion like this (Data Access Layer, etc..)

+1  A: 

The amount of required patience is proportional to the size of the project.

victor hugo
+1  A: 

There's an open source C#/VB.net IDE called SharpDevelop that has a converter to convert from VB.net to C# and C# to VB.net.

Beatles1692