C++ mixed mode applications

While calling native code from CLR code is reported everywhere as one of the key benefits of .NET technology, the other way around (that is, calling CLR code from native) is often considered an useless addition, if one knows at all of its existence.
Actually this is, instead, the reason I find .NET so exciting to work with. The ways this capability can be used are actually only limited by one’s imagination.

So let’s start our experiment.

Read more

← Previous Page