C++/CLI Migration Primer
Visual Studio 2010
This is a guide to moving your Visual C++ programs from Managed Extensions for C++ to Visual C++ 2010.
C++/CLI extends a dynamic component programming paradigm to the ISO-C++ standard language. The new language offers a number of significant improvements over Managed Extensions. This section provides an enumerated listing of the Managed Extensions for C++ language features and their mapping to Visual C++ 2010 where such a mapping exists, and points out those constructs for which no mapping exists.