Tips for moving a large project from VB.Net to C#?
01:33 24 May 2009

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..)

c# vb.net translation