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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -