PInvoke and IJW
One of the additions to the C++\CLI was a new method to call unmanaged code from managed code, and Microsoft guys called it IJW, which is a short form for “It Just Works”. The old method for invoking unmanaged code from inside managed code in C# was called “Platfrom invoke” or simply PInvoke. I was [...]