C++/CLI
C++/CLI is a language specification created by Microsoft which supersedes Managed Extensions for C++. It is a complete revision that simplifies the now-deprecated Managed C++ syntax and provides interoperability with Microsoft . NET languages such as C#. C++/CLI was standardized by Ecma as ECMA-372.
Blogs
I've written 1 blogs about C++/CLI.
C++/CLI and C#: Writing Managed Wrappers for Native Code
Posted 5 years ago by Luc Shelton
A simple guide on how to write C# libraries that interface with code that is written in C++.