I heard somewhere that you can drop down to C++ directly inside C# code. How is this done? Or did I hear wrong?
Note: I do not mean C++ / CLI.
Why would you need to do that? You can reference native C libraries, but I doubt very much that you can run native code from within managed code.