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
Post a Comment