I am using reflector disassembly as a quick way to convert some vb.net to c# and am hitting some problems with certain VB-isms:
- Conversions
- Strings
- Information.IsNothing
When trying to compile the converted code, I need to find and change all of these and more.
Any tips on converting vb.net to C# in a clean way?