Migrating from VS 2008 to VS 2010 (4.0) and VB.NET to C# -


i know there tools migrate vs 2008 application vs 2010. knows tool can convert vb.net code c# code.

load assembly in reflector , can disassembly in c#.

it not perfect, works off il (which lower level c# or vb.net), end funny iterator blocks , strangely named variables (that may illegal names in c#). these patterns pretty easy figure out , fix, though time consuming.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -