MC++ to C++/CLI
Stan Lippman posted a link to Moving Your Programs from Managed Extensions for C++ to C++/CLI. A while back I was working on a MC++ language provider for Reflector. Unfortuantely the lack of support for jagged arrays made a lot of decompiles impossible and not having automatic boxing made others a pain. I'm looking forward to picking up the project again with C++/CLI.